menu
flutter_master_cache package
documentation
widgets/cached_network_image.dart
CachedNetworkImage
deleteCache static method
deleteCache static method
dark_mode
light_mode
deleteCache
static method
Future
<
void
>
deleteCache
(
)
Implementation
static Future<void> deleteCache(){ return CacheFileUtils.deleteFile(_dir, recursive: true); }
flutter_master_cache package
documentation
widgets/cached_network_image
CachedNetworkImage
deleteCache static method
CachedNetworkImage class