pauseVideo method

void pauseVideo()

暂停播放

Implementation

void pauseVideo(){
  _videoPlayerController?.pause();
}