clear method
This deletes the entire local cache.
Implementation
Future<void> clear() async {
await cacheDir?.delete(recursive: true);
}
This deletes the entire local cache.
Future<void> clear() async {
await cacheDir?.delete(recursive: true);
}