read method Null safety

Future<Uint8List> read (
  1. int count
)

Reads up to count bytes from a file.

Implementation

Future<Uint8List> read(int count);