jumpToIndex method

void jumpToIndex(
  1. int index
)

Jumps to Media at specific index in the Playlist opened. Pass index as parameter.

Implementation

void jumpToIndex(int index) {
  PlayerFFI.jumpToIndex(
    id,
    index,
  );
}