start method

void start()

Implementation

void start() {
  if (timer == null) {
    _createTimer();
  }
}