menu
universally package
documentation
component/gif.dart
GifCache
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Clears all the stored gifs from the cache.
Implementation
void clear() => caches.clear();
universally package
documentation
component/gif
GifCache
clear method
GifCache class