next method
Skips to the next media item in the playlist.
Implementation
Future<void> next() async {
await TargetvideoFlutterPluginPlatform.instance.next(playerReference);
}
Skips to the next media item in the playlist.
Future<void> next() async {
await TargetvideoFlutterPluginPlatform.instance.next(playerReference);
}