readBytes abstract method

Uint8List readBytes(
  1. int length
)

Reads an Uint8List of length.

Implementation

Uint8List readBytes(int length);