emptyCache method

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

Remove all files from the cache.

Implementation

@override
Future<void> emptyCache() => throw UnsupportedError('Unsupported platform');