resetAllInspectionProgress method

void resetAllInspectionProgress()

Implementation

void resetAllInspectionProgress() {
  _entriesByCategoryId.clear();
  _totalCheckpointsByCategoryId.clear();
  _editedCheckpointAtByKey.clear();
  _categoryIdByCoordinate.clear();
  _categoryCoordinateById.clear();
  _categoryCoordinateByCheckpointKey.clear();
  _categoryIdByCheckpointKey.clear();
  revision.value++;
}