read method Null safety

  1. @override
Future<Uint8List> read(
  1. int bytes
)
override

Reads up to count bytes from a file.

Implementation

@override
Future<Uint8List> read(int bytes) => delegate.read(bytes);