menu
utilities_framework_flutter package
documentation
utilities.dart
BaseCacheManager
removeFile abstract method
removeFile abstract method
dark_mode
light_mode
removeFile
abstract method
Future
<
void
>
removeFile
(
String
key
)
Remove a file from the cache
Implementation
Future<void> removeFile(String key);
utilities_framework_flutter package
documentation
utilities
BaseCacheManager
removeFile abstract method
BaseCacheManager class