stop method

void stop()

Stops the ticker without dispose - for emergency teardown while external listeners may still be subscribed.

Implementation

void stop() {
  _ticker.stop();
  _sim = null;
  _scrubbing = false;
}