restore method

void restore()

Implementation

void restore() {
  fs.file(temporaryPath).copySync(path);
  fs.file(temporaryPath).deleteSync();
}