goToPreviousPage method

void goToPreviousPage()

Show rows from the previous page

Implementation

void goToPreviousPage() {
  _assertIfNotAttached();
  _state?._handlePrevious();
}