menu
hive_ce package
documentation
hive.dart
IsolatedBoxBase<E>
put abstract method
put abstract method
dark_mode
light_mode
put
abstract method
Future
<
void
>
put
(
dynamic
key
,
E
value
)
Put a value in the box
Implementation
Future<
void
> put(
dynamic
key, E value);
hive_ce package
documentation
hive
IsolatedBoxBase<E>
put abstract method
IsolatedBoxBase class