toLastPage method

void toLastPage()

跳转到最后一页

Implementation

void toLastPage() {
  goToPage(total - 1);
}