◆ sendMessage:reply:
| - (void) sendMessage: |
|
(id _Nullable) |
message |
| reply: |
|
(FlutterReply _Nullable) |
callback |
|
|
| |
Definition at line 276 of file FlutterViewControllerTest.mm.
1995 NSMutableDictionary* replyMessage = [@{
1996 @"handled" : @YES,
1997 } mutableCopy];
1998
1999
2002 ^() {
2004 });
2005}
NS_ASSUME_NONNULL_BEGIN typedef void(^ FlutterReply)(id _Nullable reply)
static CFStringRef kMessageLoopCFRunLoopMode
FlutterDesktopBinaryReply callback
◆ flutterViewController
◆ messageSent
◆ mockEngine
◆ mockTextInputPlugin
| - (id) mockTextInputPlugin |
|
readwritenonatomicstrong |
The documentation for this class was generated from the following files: