Instance Methods | |
(instancetype) | - init |
(void) | - sendMessage: |
(void) | - sendMessage:reply: |
Properties | |
NSMutableArray< id > * | messages |
NSDictionary * | nextResponse |
Additional Inherited Members |
Definition at line 19 of file FlutterChannelKeyResponderTest.mm.
- (instancetype) init |
Definition at line 29 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 37 of file FlutterChannelKeyResponderTest.mm.
References sendMessage:reply:.
- (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 41 of file FlutterChannelKeyResponderTest.mm.
Referenced by sendMessage:.
|
readnonatomicassign |
Definition at line 20 of file FlutterChannelKeyResponderTest.mm.
Referenced by flutter::testing::TEST_F().
|
readwritenonatomicassign |
Definition at line 21 of file FlutterChannelKeyResponderTest.mm.
Referenced by flutter::testing::TEST_F().