◆ sendMessage:reply:
| - (void) sendMessage: |
|
(id _Nullable) |
message |
| reply: |
|
(FlutterReply _Nullable) |
callback |
|
|
| |
Definition at line 191 of file FlutterViewControllerTest.mm.
1795 NSMutableDictionary* replyMessage = [@{
1796 @"handled" : @YES,
1797 } mutableCopy];
1798
1799
1802 ^() {
1804 });
1805}
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: