getBinUri method

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

Implementation

Future<Uint8List> getBinUri(
  Uri url, {
  bool readCache = true,
  bool writeCache = true,
  Duration? ttl,
  Map<String, String> headers = const {},
}) async =>
    _getBin(url, readCache, writeCache, ttl, headers);