menu
stash package
documentation
stash_api.dart
BytesWriter
writeBinary abstract method
writeBinary abstract method
dark_mode
light_mode
writeBinary
abstract method
void
writeBinary
(
Uint8List
buffer
)
Writes a
Uint8List
into the buffer
buffer
: the value to write
Implementation
void writeBinary(Uint8List buffer);
stash package
documentation
stash_api
BytesWriter
writeBinary abstract method
BytesWriter class