menu
hihook package
documentation
interfaces/hi_store.dart
HiStore<K, V>
clearMeta abstract method
clearMeta abstract method
dark_mode
light_mode
clearMeta
abstract method
Future
<
void
>
clearMeta
(
)
Clears all metadata from the store.
No-op if metadata is not supported.
Implementation
Future<void> clearMeta();
hihook package
documentation
interfaces/hi_store
HiStore<K, V>
clearMeta abstract method
HiStore class