play method

void play()

▶️ Start playing the video

Implementation

void play() {
  _changePlay = DateTime.now().toString();
  videoPlayerController.play();
  notifyListeners();
}