previousPage method

void previousPage()

Implementation

void previousPage() {
  if (canGoPrevious) {
    setPageNo(_pageNum - 1);
  }
}