◆ sendMessage:reply:
| - (void) sendMessage: |
|
(id _Nullable) |
message |
| reply: |
|
(FlutterReply _Nullable) |
callback |
|
|
| |
Definition at line 190 of file FlutterViewControllerTest.mm.
1790 NSMutableDictionary* replyMessage = [@{
1791 @"handled" : @YES,
1792 } mutableCopy];
1793
1794
1797 ^() {
1799 });
1800}
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: