Skips to a specific index in the playlist
Future<void> seekToIndex(int index) => _player.skipToIndex(index);