menu
hive_ce package
documentation
hive.dart
IsolatedBoxBase<E>
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
Future
<
E?
>
get
(
dynamic
key
, {
E?
defaultValue
,
})
Get a value from the box
Implementation
Future<E?>
get
(
dynamic
key, {E? defaultValue});
hive_ce package
documentation
hive
IsolatedBoxBase<E>
get abstract method
IsolatedBoxBase class