◆ sendMessage:reply:
- (void) sendMessage: |
|
(id _Nullable) |
message |
reply: |
|
(FlutterReply _Nullable) |
callback |
|
|
| |
Definition at line 1688 of file FlutterViewControllerTest.mm.
1688 :(
id _Nullable)message reply:(
FlutterReply _Nullable)callback {
1689 NSMutableDictionary* replyMessage = [@{
1694 self.messageSent = message;
1695 CFRunLoopPerformBlock(CFRunLoopGetCurrent(), fml::MessageLoopDarwin::kMessageLoopCFRunLoopMode,
1697 callback(replyMessage);
◆ messageSent
◆ mockEngine
◆ mockTextInputPlugin
- (id) mockTextInputPlugin |
|
readwritenonatomicstrong |
The documentation for this class was generated from the following file: