resume method

void resume()

Resumes the timer after pausing.

Implementation

void resume() {
  _timerState._resumeTimer();
}