start method

void start()

Run timer

Implementation

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