getBinUri method

  1. @override
Future<Uint8List> getBinUri(
  1. Uri url, {
  2. bool readCache = true,
  3. bool writeCache = true,
  4. Duration? ttl,
  5. Map<String, String> headers = const {},
})
override

Implementation

@override
Future<Uint8List> getBinUri(url,
        {readCache = true,
        writeCache = true,
        ttl,
        headers = const {}}) async =>
    getBinCache(url, headers)!;