writeByteSync method Null safety
- int value
Synchronously writes a single byte to the file. Returns 1 on success.
Throws a FileSystemException if the operation fails.
Implementation
int writeByteSync(int value);
Synchronously writes a single byte to the file. Returns 1 on success.
Throws a FileSystemException if the operation fails.
int writeByteSync(int value);