flush method

void flush()

Implementation

void flush() {
  writeActiveBuffers();
  file.flushSync();
}