menu
flutterflow_flash_beta package
documentation
schema/flutterflow_schema.dart
CodedBufferWriter
toBuffer method
toBuffer method
dark_mode
light_mode
toBuffer
method
Uint8List
toBuffer
(
)
Implementation
Uint8List toBuffer() { final result = Uint8List(_bytesTotal); writeTo(result); return result; }
flutterflow_flash_beta package
documentation
schema/flutterflow_schema
CodedBufferWriter
toBuffer method
CodedBufferWriter class