flushSync method

  1. @override
void flushSync()
override

Synchronously flushes the contents of the file to disk.

Throws a FileSystemException if the operation fails.

Implementation

@override
void flushSync() => delegate.flushSync();