nextPage method

Future<void> nextPage()

Loads the page immediately after the active page.

Implementation

Future<void> nextPage() => _dataSet._pagingCoordinator.nextPage();