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