clearCache static method

Future<void> clearCache()

Remove all cached images form device storage.

Implementation

static Future<void> clearCache() => _imagesHelper.clearCache();