clearStoredImagePaths method

void clearStoredImagePaths()

Clear the in-memory cache of stored image paths.

Implementation

void clearStoredImagePaths() {
  _storedImagePaths.clear();
}