◆ sendMessage:reply:
| - (void) sendMessage: |
|
(id _Nullable) |
message |
| reply: |
|
(FlutterReply _Nullable) |
callback |
|
|
| |
Definition at line 372 of file FlutterViewControllerTest.mm.
2117 NSMutableDictionary* replyMessage = [@{
2118 @"handled" : @YES,
2119 } mutableCopy];
2120
2121
2124 ^() {
2126 });
2127}
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: