readAll abstract method

Future<Uint8List> readAll()

Reads the rest of the data and returns it as a single chunk.

Implementation

Future<Uint8List> readAll();