readSync method Null safety
- 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);
Synchronously reads up to count
bytes from a file
Throws a FileSystemException if the operation fails.
@override
Uint8List readSync(int bytes) => delegate.readSync(bytes);