readSync abstract method
- int count
Synchronously reads up to count
bytes from a file
Throws a FileSystemException if the operation fails.
Implementation
Uint8List readSync(int count);
Synchronously reads up to count
bytes from a file
Throws a FileSystemException if the operation fails.
Uint8List readSync(int count);