changePage method
Changes the current page and re-runs the request.
Implementation
void changePage(int newPage) {
page.value = newPage;
run();
}
Changes the current page and re-runs the request.
void changePage(int newPage) {
page.value = newPage;
run();
}