startLoadVideo method

void startLoadVideo()

Implementation

void startLoadVideo() {
  if (!isPreparing) {
    _prepareVideo();
  }
}