readSync method Null safety

Uint8List readSync (
  1. int count
)

Synchronously reads up to count bytes from a file

Throws a FileSystemException if the operation fails.

Implementation

Uint8List readSync(int count);