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