read method Null safety
- int bytes
override
Reads up to count
bytes from a file.
Implementation
@override
Future<Uint8List> read(int bytes) => delegate.read(bytes);
Reads up to count
bytes from a file.
@override
Future<Uint8List> read(int bytes) => delegate.read(bytes);