jumpToPage method

void jumpToPage(
  1. int page
)

Implementation

void jumpToPage(int page) {
  _state?.jumpToPage(page);
}