stop method

void stop()

Implementation

void stop() {
  _ticker.stop();
  _previous = Duration.zero;
}