restartTimer method
void
restartTimer()
Restarts the countdown timer from the beginning.
Implementation
void restartTimer() {
resetTimer();
startTimer();
}
Restarts the countdown timer from the beginning.
void restartTimer() {
resetTimer();
startTimer();
}