flush method - RandomAccessFile class - dart:io library (original) (raw)
flush abstract method
Future<RandomAccessFile> flush()
Flushes the contents of the file to disk.
Returns a Future<RandomAccessFile>
that completes with this random access file when the flush operation completes.
Implementation
Future<RandomAccessFile> flush();