viewBytes abstract method

Uint8List viewBytes(
  1. int bytes
)

Get a Uint8List view which contains the next bytes bytes.

Implementation

Uint8List viewBytes(int bytes);