goToPage method

void goToPage(
  1. int index
)

Implementation

void goToPage(int index) {
  currentPage.value = index;
  loadBookings();
}