menu
jtech_base package
documentation
tool/cache.dart
LocalCache
remove method
remove method
dark_mode
light_mode
remove
method
Future
<
bool
>
remove
(
String
key
)
Implementation
Future<bool> remove(String key) => sp.remove(key);
jtech_base package
documentation
tool/cache
LocalCache
remove method
LocalCache class