flushSync method - RandomAccessFile class - dart:io library (original) (raw)

description

flushSync abstract method

void flushSync()

Synchronously flushes the contents of the file to disk.

Throws a FileSystemException if the operation fails.

Implementation

void flushSync();