readSync method Null safety

Uint8List readSync (
  1. int bytes
)

Synchronously reads a maximum of bytes bytes from a file and returns the result in a list of bytes.

Throws a FileSystemException if the operation fails.

Implementation

Uint8List readSync(int bytes);