jump method

Future<void> jump(
  1. int index
)

Implementation

Future<void> jump(int index) async {
  return await player.jump(index);
}