close method

void close()

Close and flushes the file to disk.

Implementation

void close() {
  _raf.closeSync();
}