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