onResetData method

void onResetData()

Implementation

void onResetData() {
  currentStep.value = 0;
  currentStepData.value = stepperFormData.value.steps![currentStep.value];
}