stop method
Stops the ticker without dispose - for emergency teardown while external listeners may still be subscribed.
Implementation
void stop() {
_ticker.stop();
_sim = null;
_scrubbing = false;
}
Stops the ticker without dispose - for emergency teardown while external listeners may still be subscribed.
void stop() {
_ticker.stop();
_sim = null;
_scrubbing = false;
}