restartTimer method

void restartTimer()

Restarts the countdown timer from the beginning.

Implementation

void restartTimer() {
  resetTimer();
  startTimer();
}