readRemainingBytes method

Uint8List readRemainingBytes()

Reads the remaining bytes. See remaining and readBytes.

Implementation

Uint8List readRemainingBytes() => readBytes(remaining);