readByteList abstract method

Uint8List readByteList([
  1. int? length
])

Read a list of bytes with length.

If length is not provided, it is read first.

Implementation

Uint8List readByteList([int? length]);