read abstract method

Future<Uint8List> read(
  1. int length
)

Reads an array of bytes from the source.

Implementation

Future<Uint8List> read(int length);