menu
omnyshell_web package
documentation
storage/node_cache.dart
NodeCache
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Clears the cache (e.g. on sign-out).
Implementation
void clear() => _kv.remove(_key);
omnyshell_web package
documentation
storage/node_cache
NodeCache
clear method
NodeCache class