Flutter macOS Embedder
MockBinaryMessenger Class Reference
Inheritance diagram for MockBinaryMessenger:
<FlutterBinaryMessenger>

Properties

NSString * channel
 
NSData * message
 
NSMutableDictionary< NSString *, FlutterBinaryMessageHandler > * handlers
 

Additional Inherited Members

- Instance Methods inherited from <FlutterBinaryMessenger>
(NSObject< FlutterTaskQueue > *) - makeBackgroundTaskQueue
 TODO(gaaclarke): Remove optional when macos supports Background Platform Channels. More...
 
(FlutterBinaryMessengerConnection- setMessageHandlerOnChannel:binaryMessageHandler:taskQueue:
 
(void) - sendOnChannel:message:
 
(void) - sendOnChannel:message:binaryReply:
 
(FlutterBinaryMessengerConnection- setMessageHandlerOnChannel:binaryMessageHandler:
 
(void) - cleanUpConnection:
 

Detailed Description

Definition at line 13 of file FlutterChannelsTest.m.

Property Documentation

◆ channel

- (NSString*) channel
readwritenonatomiccopy

Definition at line 14 of file FlutterChannelsTest.m.

◆ handlers

- (NSMutableDictionary<NSString*, FlutterBinaryMessageHandler>*) handlers
readwritenonatomicstrong

Definition at line 16 of file FlutterChannelsTest.m.

◆ message

- (NSData*) message
readwritenonatomicstrong

Definition at line 15 of file FlutterChannelsTest.m.


The documentation for this class was generated from the following file: