Flutter Engine
The Flutter Engine
|
Instance Methods | |
(instancetype) | - init |
(void) | - sendMessage: |
(void) | - sendMessage:reply: |
Instance Methods inherited from FlutterBasicMessageChannel | |
(instancetype) | - initWithName:binaryMessenger:codec: |
(instancetype) | - initWithName:binaryMessenger:codec:taskQueue: |
(void) | - sendMessage: |
(void) | - sendMessage:reply: |
(void) | - setMessageHandler: |
(void) | - resizeChannelBuffer: |
(void) | - setWarnsOnOverflow: |
(instancetype) | - initWithName:binaryMessenger:codec:taskQueue: [implementation] |
(void) | - sendMessage: [implementation] |
(void) | - sendMessage:reply: [implementation] |
(void) | - setMessageHandler: [implementation] |
Properties | |
NSMutableArray< id > * | messages |
NSDictionary * | nextResponse |
Additional Inherited Members | |
Class Methods inherited from FlutterBasicMessageChannel | |
(instancetype) | + messageChannelWithName:binaryMessenger: |
(instancetype) | + messageChannelWithName:binaryMessenger:codec: |
(void) | + resizeChannelWithName:binaryMessenger:size: |
(void) | + setWarnsOnOverflow:forChannelWithName:binaryMessenger: |
Definition at line 19 of file FlutterChannelKeyResponderTest.mm.
- (instancetype) init |
Definition at line 21 of file FlutterChannelKeyResponderTest.mm.
- (void) sendMessage: | (id _Nullable) | message |
Sends the specified message to the Flutter side, ignoring any reply.
message | The message. Must be supported by the codec of this channel. |
Reimplemented from FlutterBasicMessageChannel.
Definition at line 21 of file FlutterChannelKeyResponderTest.mm.
- (void) sendMessage: | (id _Nullable) | message | |
reply: | (FlutterReply _Nullable) | callback | |
Sends the specified message to the Flutter side, expecting an asynchronous reply.
message | The message. Must be supported by the codec of this channel. |
callback | A callback to be invoked with the message reply from Flutter. |
Reimplemented from FlutterBasicMessageChannel.
Definition at line 21 of file FlutterChannelKeyResponderTest.mm.
|
readnonatomicassign |
Definition at line 20 of file FlutterChannelKeyResponderTest.mm.
|
readwritenonatomicassign |
Definition at line 21 of file FlutterChannelKeyResponderTest.mm.