writeByteSync method
Synchronously writes a single byte to the file.
Returns 1 on success.
Throws a FileSystemException if the operation fails.
Implementation
@override
int writeByteSync(int value) => randomAccessFile.writeByteSync(value);
Synchronously writes a single byte to the file.
Returns 1 on success.
Throws a FileSystemException if the operation fails.
@override
int writeByteSync(int value) => randomAccessFile.writeByteSync(value);