stop method
void
stop()
Stops playback without mutating the underlying controllers.
Implementation
void stop() {
_isRunning = false;
_currentStepIndex = -1;
_activeStep = null;
}
Stops playback without mutating the underlying controllers.
void stop() {
_isRunning = false;
_currentStepIndex = -1;
_activeStep = null;
}