menu
custompackage1 package
documentation
custompackage1.dart
Assets
removeCache method
removeCache method
dark_mode
light_mode
removeCache
method
void
removeCache
(
ImageReference
img
)
Implementation
void removeCache(ImageReference img) { cache.removeWhere((e) => e == img); }
custompackage1 package
documentation
custompackage1
Assets
removeCache method
Assets class