Flutter Engine
The Flutter Engine
|
#import <FlutterCodecs.h>
Instance Methods | |
(NSData *) | - encode: [implementation] |
(NSData *) | - decode: [implementation] |
Instance Methods inherited from <FlutterMessageCodec> | |
(NSData *_Nullable) | - encode: |
(id _Nullable) | - decode: |
Class Methods | |
(instancetype) | + sharedInstance [implementation] |
(instancetype) | + sharedInstance |
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.
|
implementation |
Definition at line 9 of file FlutterCodecs.mm.
|
implementation |
Definition at line 9 of file FlutterCodecs.mm.
|
implementation |
Returns a shared instance of this FlutterMessageCodec
.
Reimplemented from <FlutterMessageCodec>.
Definition at line 9 of file FlutterCodecs.mm.