flushSync method
Synchronously flushes the contents of the file to disk.
Throws a FileSystemException if the operation fails.
Implementation
@override
void flushSync() => randomAccessFile.flushSync();
Synchronously flushes the contents of the file to disk.
Throws a FileSystemException if the operation fails.
@override
void flushSync() => randomAccessFile.flushSync();