restart method
void
restart()
Restart timer, starts things fresh.
Implementation
void restart() {
if (onRestart != null) {
onRestart!();
}
}
Restart timer, starts things fresh.
void restart() {
if (onRestart != null) {
onRestart!();
}
}