nextPage method
Loads the page immediately after the active page.
Implementation
Future<void> nextPage() => _dataSet._pagingCoordinator.nextPage();
Loads the page immediately after the active page.
Future<void> nextPage() => _dataSet._pagingCoordinator.nextPage();