menu
msg_pck package
documentation
msg_pck.dart
MessagePackWriter
writeTypedData method
writeTypedData method
dark_mode
light_mode
writeTypedData
method
void
writeTypedData
(
TypedData
data
)
Implementation
void writeTypedData(TypedData data) { writeBinary(data.buffer.asUint8List(data.offsetInBytes)); }
msg_pck package
documentation
msg_pck
MessagePackWriter
writeTypedData method
MessagePackWriter class