stop method

void stop()

Stops the timer completely.

Implementation

void stop() {
  _timerState._stopTimer();
}