restart method

void restart({
  1. int step = 0,
})

Implementation

void restart({int step = 0}) {
  currentStep = step;
  currentRetry = 0;
}