notifySyncCompleted method

void notifySyncCompleted()

Implementation

void notifySyncCompleted() {
  CategoryProgressState.instance.resetAllInspectionProgress();
  notifyLocalDataChanged();
}