menu
three_js_core_loaders package
documentation
utils/cache.dart
Cache
clear static method
clear static method
dark_mode
light_mode
clear
static method
void
clear
(
)
Remove all values from the cache.
Implementation
static void clear() { files.clear(); }
three_js_core_loaders package
documentation
utils/cache
Cache
clear static method
Cache class