menu
flamemodify package
documentation
assets.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); }
flamemodify package
documentation
assets
AssetsCache
clear method
AssetsCache class