CarReader.fromBytes constructor
- Uint8List bytes
Parses a CAR archive from the given byte data.
Implementation
CarReader.fromBytes(Uint8List bytes) : _bytes = bytes, _stream = null;
Parses a CAR archive from the given byte data.
CarReader.fromBytes(Uint8List bytes) : _bytes = bytes, _stream = null;