readAll method

Uint8List readAll()

Implementation

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