getFileFromCache method

  1. @override
Future<FileInfo?> getFileFromCache(
  1. String key, {
  2. bool ignoreMemCache = false,
})
override

Get the file from the cache.

Implementation

@override
Future<FileInfo?> getFileFromCache(String key,
        {bool ignoreMemCache = false}) =>
    throw UnsupportedError('Unsupported platform');