Instance Methods | |
| (void) | - writeValue: |
Instance Methods inherited from FlutterStandardWriter | |
| (instancetype) | - initWithData: |
| (void) | - writeByte: |
| (void) | - writeBytes:length: |
| (void) | - writeData: |
| (void) | - writeSize: |
| (void) | - writeAlignment: |
| (void) | - writeUTF8: |
Definition at line 33 of file flutter_standard_codec_unittest.mm.
| - (void) writeValue: | (id) | value |
Introspects into an object and writes its representation.
Supported Data Types:
NSAsserts on failure.
Reimplemented from FlutterStandardWriter.
Definition at line 15 of file flutter_standard_codec_unittest.mm.