close method

void close()

Close and flushes a file to disk.

Implementation

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