goToFirstPage method
void
goToFirstPage()
Fast forward to the very first page/row
Implementation
void goToFirstPage() {
_assertIfNotAttached();
_state?._handleFirst();
}
Fast forward to the very first page/row
void goToFirstPage() {
_assertIfNotAttached();
_state?._handleFirst();
}