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