readBytes method

Future<Uint8List> readBytes(
  1. String path, {
  2. Map<String, String>? headers,
})

Implementation

Future<Uint8List> readBytes(String path, {Map<String, String>? headers}) {
  return _inner.readBytes(_getFullUrl(path), headers: headers);
}