menu
flame package
documentation
cache.dart
AssetsCache
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
String
file
)
Removes the file from the cache.
Implementation
void clear(String file) { _files.remove(file); }
flame package
documentation
cache
AssetsCache
clear method
AssetsCache class