play method

void play()
override

Implementation

void play(){
  video?.play();
}