menu
spacetimedb_sdk package
documentation
codegen.dart
BsatnEncoder
writeBytes method
writeBytes method
dark_mode
light_mode
writeBytes
method
void
writeBytes
(
Uint8List
bytes
)
Implementation
void writeBytes(Uint8List bytes) { _buffer.add(bytes); }
spacetimedb_sdk package
documentation
codegen
BsatnEncoder
writeBytes method
BsatnEncoder class