restart method

dynamic restart()

Restart timer, starts things fresh.

Implementation

restart() {
  if (onRestart != null) {
    onRestart!();
  }
}