Jumps to specified Media's index in the Player's playlist.
Future<void> jump(int index) async { return platform?.jump(index); }