goToFirstPage method

void goToFirstPage()

Fast forward to the very first page/row

Implementation

void goToFirstPage() {
  _assertIfNotAttached();
  _state?._handleFirst();
}