start method

void start()

Implementation

void start() {
  _currentStepIndex = 0;
  _showStep();
}