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