readBytes method

Uint8List readBytes()

Read a length-delimited field as bytes.

Implementation

Uint8List readBytes() => Uint8List.fromList(readBytesAsView());