jumpToIndex method

void jumpToIndex(
  1. int index
)

Implementation

void jumpToIndex(int index) {
  _jumpToIndexCallback?.call(index);
}