menu
hihook package
documentation
interfaces/hi_store.dart
HiStore<K, V>
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
Future
<
V?
>
get
(
K
key
)
Retrieves a value by key.
Returns
null
if the key doesn't exist.
Implementation
Future<V?> get(K key);
hihook package
documentation
interfaces/hi_store
HiStore<K, V>
get abstract method
HiStore class