seekToIndex method

Future<void> seekToIndex(
  1. int index
)

Skips to a specific index in the playlist

Implementation

Future<void> seekToIndex(int index) => _player.skipToIndex(index);