goToPreviousPage method

void goToPreviousPage()

Implementation

void goToPreviousPage() {
  if (canGoToPreviousPage) handlePageChange(page - 1);
}