stop method

void stop()

Stops playback without mutating the underlying controllers.

Implementation

void stop() {
  _isRunning = false;
  _currentStepIndex = -1;
  _activeStep = null;
}