start method

void start()

Implementation

void start() {
  if (_ticker.isActive) return;
  _ticker.start();
}