jumpTrack method

Future<void> jumpTrack(
  1. int index
)

Implementation

Future<void> jumpTrack(int index) async {
  await mediaKit.jump(index);
}