flush method

void flush()

Flushes the contents of the file to disk.

Implementation

void flush() {
  _raf.flushSync();
}