menu
hihook package
documentation
interfaces/hi_store.dart
HiStore<K, V>
clear abstract method
clear abstract method
dark_mode
light_mode
clear
abstract method
Future
<
void
>
clear
(
)
Clears all values from the store.
Implementation
Future<void> clear();
hihook package
documentation
interfaces/hi_store
HiStore<K, V>
clear abstract method
HiStore class