seekToNext method

Future<void> seekToNext()

Skips to the next item in the playlist

Implementation

Future<void> seekToNext() => _player.skipToNext();