goToLastPage method
void
goToLastPage()
Fast forward to the very last page/row
Implementation
void goToLastPage() {
_assertIfNotAttached();
_state?._handleLast();
}
Fast forward to the very last page/row
void goToLastPage() {
_assertIfNotAttached();
_state?._handleLast();
}