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