#import <Foundation/Foundation.h>
#import "FlutterMacros.h"
Go to the source code of this file.
◆ FlutterBinaryMessageHandler
typedef void(^ FlutterBinaryMessageHandler) (NSData *_Nullable message, FlutterBinaryReply reply) |
A strategy for handling incoming binary messages from Flutter and to send asynchronous replies back to Flutter.
- Parameters
-
message | The message. |
reply | A callback for submitting an asynchronous reply to the sender. |
Definition at line 30 of file FlutterBinaryMessenger.h.
◆ FlutterBinaryMessengerConnection
◆ FlutterBinaryReply
A message reply callback.
Used for submitting a binary reply back to a Flutter message sender. Also used in for handling a binary message reply received from Flutter.
- Parameters
-