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