nextBytes abstract method

Uint8List nextBytes(
  1. int count
)

Get a list of bytes of arbitrary length.

Implementation

Uint8List nextBytes(int count);