menu
hive_ce package
documentation
hive.dart
CollectionBox<V>
put abstract method
put abstract method
dark_mode
light_mode
put
abstract method
Future
<
void
>
put
(
String
key
,
V
val
, [
Object
?
transaction
])
TODO: Document this!
Implementation
Future<void> put(String key, V val, [Object? transaction]);
hive_ce package
documentation
hive
CollectionBox<V>
put abstract method
CollectionBox class