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