restoreRunBackUp method

void restoreRunBackUp()

Implementation

void restoreRunBackUp() {
  runBackupController.restoreProgrammingBlock();
  onProjectChange?.call(projectModel);
}