readBytes method

Uint8List readBytes()

Read a length-delimited field as bytes.

Implementation

@pragma('vm:prefer-inline')
@pragma('wasm:prefer-inline')
Uint8List readBytes() => Uint8List.fromList(readBytesAsView());