clearThumbnailCache method

Future<void> clearThumbnailCache()

Clears the on-disk thumbnail cache.

Implementation

Future<void> clearThumbnailCache() =>
    throw UnimplementedError('clearThumbnailCache() not implemented.');