#import <FlutterCodecs.h>
Additional Inherited Members |
A FlutterMessageCodec
using UTF-8 encoded JSON messages.
This codec is guaranteed to be compatible with the corresponding JSONMessageCodec on the Dart side. These parts of the Flutter SDK are evolved synchronously.
Supports values accepted by NSJSONSerialization
plus top-level nil
, NSNumber
, and NSString
.
On the Dart side, JSON messages are handled by the JSON facilities of the dart:convert
package.
Definition at line 81 of file FlutterCodecs.h.