advanceStep method

void advanceStep()

Implementation

void advanceStep() {
  if (_currentIndex < steps.length) _currentIndex++;
}