Flutter macOS Embedder
FlutterStringCodec Class Reference

#import <FlutterCodecs.h>

Inheritance diagram for FlutterStringCodec:
<FlutterMessageCodec>

Additional Inherited Members

- Instance Methods inherited from <FlutterMessageCodec>
(NSData *_Nullable) - encode:
 
(id _Nullable) - decode:
 
- Class Methods inherited from <FlutterMessageCodec>
(instancetype) + sharedInstance
 

Detailed Description

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.


The documentation for this class was generated from the following file: