read abstract method

Future<List<int>> read(
  1. int length
)

Reads data from the stream.

Implementation

Future<List<int>> read(int length);