removeFile method

  1. @override
Future<void> removeFile(
  1. String key
)
override

Remove a file from the cache.

Implementation

@override
Future<void> removeFile(String key) =>
    throw UnsupportedError('Unsupported platform');