playVideo method

void playVideo()

播放

Implementation

void playVideo()async{
  await _videoPlayerController?.play();
}