jumpToIndex method

void jumpToIndex(
  1. int index
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

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