finish method

void finish()

Implementation

void finish() {
  _isActive = false;
  _currentStep = -1;
  notifyListeners();
}