menu
hihook package
documentation
interfaces/hi_store.dart
HiStore<K, V>
entries abstract method
entries abstract method
dark_mode
light_mode
entries
abstract method
Stream
<
MapEntry
<
K
,
V
>
>
entries
(
)
Returns a stream of all key-value entries in the store.
Implementation
Stream<MapEntry<K, V>> entries();
hihook package
documentation
interfaces/hi_store
HiStore<K, V>
entries abstract method
HiStore class