pause method

void pause()

Implementation

void pause() {
  _ticker.muted = true;
  previous = Duration.zero;
}