readBytes method
Read a length-delimited field as bytes.
Implementation
@pragma('vm:prefer-inline')
@pragma('wasm:prefer-inline')
Uint8List readBytes() => Uint8List.fromList(readBytesAsView());
Read a length-delimited field as bytes.
@pragma('vm:prefer-inline')
@pragma('wasm:prefer-inline')
Uint8List readBytes() => Uint8List.fromList(readBytesAsView());