start method

dynamic start()

Run timer

Implementation

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