menu
hive_ce package
documentation
hive.dart
BinaryWriter
writeByteList abstract method
writeByteList abstract method
dark_mode
light_mode
writeByteList
abstract method
void
writeByteList
(
List
<
int
>
bytes
, {
bool
writeLength
=
true
,
})
Write a list of
bytes
.
Implementation
void writeByteList(List<int> bytes, {bool writeLength = true});
hive_ce package
documentation
hive
BinaryWriter
writeByteList abstract method
BinaryWriter class