readSync method Null safety

  1. @override
Uint8List readSync(
  1. int bytes
)
override

Synchronously reads up to count bytes from a file

Throws a FileSystemException if the operation fails.

Implementation

@override
Uint8List readSync(int bytes) => delegate.readSync(bytes);