restart method
dynamic
restart()
Restart timer from cold
Implementation
restart() {
if (this.onRestart != null) {
this.onRestart!();
}
}
Restart timer from cold
restart() {
if (this.onRestart != null) {
this.onRestart!();
}
}