restart method

void restart()

Restarts the timer from the beginning.

Implementation

void restart() {
  _timerState._restart();
}