clearStoredImagePaths method
void
clearStoredImagePaths()
Clear the in-memory cache of stored image paths.
Implementation
void clearStoredImagePaths() {
_storedImagePaths.clear();
}
Clear the in-memory cache of stored image paths.
void clearStoredImagePaths() {
_storedImagePaths.clear();
}