◆ sendMessage:reply:
| - (void) sendMessage: |
|
(id _Nullable) |
message |
| reply: |
|
(FlutterReply _Nullable) |
callback |
|
|
| |
Definition at line 190 of file FlutterViewControllerTest.mm.
1789 :(
id _Nullable)message reply:(
FlutterReply _Nullable)callback {
1790 NSMutableDictionary* replyMessage = [@{
1795 self.messageSent = message;
1796 CFRunLoopPerformBlock(CFRunLoopGetCurrent(), fml::MessageLoopDarwin::kMessageLoopCFRunLoopMode,
1798 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: