clearAllCache method
Clear all cached images
Implementation
Future<void> clearAllCache() async {
await cacheManager.emptyCache();
debugPrint('All cache cleared');
}
Clear all cached images
Future<void> clearAllCache() async {
await cacheManager.emptyCache();
debugPrint('All cache cleared');
}