start method

void start()

Implementation

void start() {
  _running = true;
  _globalFrameRequest();
  _globalFrameListeners.add(_onGlobalFrame);
}