goToPage method

void goToPage(
  1. int page
)

Implementation

void goToPage(int page) => _controller?.state.goToPage(page);