lastPage method

Future<void> lastPage()

Loads the last page when the adapter reported a total count.

Implementation

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