closeSync method

void closeSync()

Implementation

void closeSync() {
  _file.closeSync();
  _fileSize = 0;
  _position = 0;
}