stop method

void stop()

Implementation

void stop() {
  _audioPlayer?.stop().then((value) => notifyListeners());
  _videoPlayerController?.pause().then((value) => notifyListeners());
}