menu
another_cache_manager package
documentation
another_cache.dart
Cache
evict abstract method
evict abstract method
dark_mode
light_mode
evict
abstract method
Future
<
void
>
evict
(
{
required
String
key
,
})
Removes the file from the cache.
Implementation
Future<void> evict({required String key});
another_cache_manager package
documentation
another_cache
Cache
evict abstract method
Cache class