emptyCache method

  1. @override
Future<void> emptyCache()
override

Removes all files from the cache

Implementation

@override
Future<void> emptyCache() => _store.emptyCache();