read method Null safety

Future<Uint8List> read (
  1. int bytes
)

Reads bytes bytes from a file and returns the result as a list of bytes.

Implementation

Future<Uint8List> read(int bytes);