Flutter Engine
The Flutter Engine
|
#import <FlutterCodecs.h>
Instance Methods | |
(NSData *) | - encode: [implementation] |
(NSString *) | - decode: [implementation] |
Instance Methods inherited from <FlutterMessageCodec> | |
(NSData *_Nullable) | - encode: |
(id _Nullable) | - decode: |
Class Methods | |
(instancetype) | + sharedInstance [implementation] |
(instancetype) | + sharedInstance |
A FlutterMessageCodec
using UTF-8 encoded NSString
messages.
This codec is guaranteed to be compatible with the corresponding StringCodec on the Dart side. These parts of the Flutter SDK are evolved synchronously.
Definition at line 63 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.