menu
json_cache package
documentation
json_cache.dart
JsonCache
remove abstract method
remove abstract method
dark_mode
light_mode
remove
abstract method
Future
<
void
>
remove
(
String
key
)
Removes the cached data located at
key
.
Implementation
Future<void> remove(String key);
json_cache package
documentation
json_cache
JsonCache
remove abstract method
JsonCache class