start method

void start()

Implementation

void start() {
  _currentStep = 0;
  _isActive = true;
  notifyListeners();
}