jumpTo static method

Future<void> jumpTo(
  1. int index
)

Implementation

static Future<void> jumpTo(int index) => controller.jumpTo(index);