next method
Skip the current video
Implementation
Future<void> next() async {
super.currentPlayingVideo.value++;
await _player.next();
}
Skip the current video
Future<void> next() async {
super.currentPlayingVideo.value++;
await _player.next();
}