◆ sendMessage:reply:
- (void) sendMessage: |
|
(id _Nullable) |
message |
reply: |
|
(FlutterReply _Nullable) |
callback |
|
|
| |
Definition at line 185 of file FlutterViewControllerTest.mm.
1716 :(
id _Nullable)message reply:(
FlutterReply _Nullable)callback {
1717 NSMutableDictionary* replyMessage = [@{
1722 self.messageSent = message;
1723 CFRunLoopPerformBlock(CFRunLoopGetCurrent(), fml::MessageLoopDarwin::kMessageLoopCFRunLoopMode,
1725 callback(replyMessage);
NS_ASSUME_NONNULL_BEGIN typedef void(^ FlutterReply)(id _Nullable reply)
◆ messageSent
◆ mockEngine
◆ mockTextInputPlugin
- (id) mockTextInputPlugin |
|
readwritenonatomicstrong |
The documentation for this class was generated from the following file: