menu
syncflow package
documentation
core/cache_manager.dart
CacheManager
remove static method
remove static method
dark_mode
light_mode
remove
static method
Future
<
void
>
remove
(
String
key
)
Implementation
static Future<void> remove( String key, ) async { await LocalStorageService.cache .delete(key); }
syncflow package
documentation
core/cache_manager
CacheManager
remove static method
CacheManager class