start method

void start()

Implementation

void start() {
  if (_cameraController != null) {
    _start();
  }
}