start method

dynamic start()

Run timer

Implementation

start() {
  if (this.onStart != null) {
    this.onStart!();
  }
}