#import <FlutterCodecs.h>
Additional Inherited Members |
A FlutterMessageCodec
using unencoded binary messages, represented as NSData
instances.
This codec is guaranteed to be compatible with the corresponding BinaryCodec on the Dart side. These parts of the Flutter SDK are evolved synchronously.
On the Dart side, messages are represented using ByteData
.
Definition at line 52 of file FlutterCodecs.h.