#import <FlutterCodecs.h>
Class Methods | |
(instancetype) | + codecWithReaderWriter: |
A FlutterMethodCodec
using the Flutter standard binary encoding.
This codec is guaranteed to be compatible with the corresponding StandardMethodCodec on the Dart side. These parts of the Flutter SDK are evolved synchronously.
Values supported as method arguments and result payloads are those supported by FlutterStandardMessageCodec
.
Definition at line 469 of file FlutterCodecs.h.
+ (instancetype) codecWithReaderWriter: | (FlutterStandardReaderWriter*) | readerWriter |
Create a FlutterStandardMethodCodec
who will read and write to readerWriter
.
Definition at line 70 of file FlutterStandardCodec.mm.