readAll method

Uint8List readAll()

Reads all remaining bytes from the stream.

Implementation

Uint8List readAll() {
  return readBytes(unreadLength);
}