nextPage method
void
nextPage()
Moves the currently selected page to next page.
Implementation
void nextPage() {
_notifyDataPagerListeners('next');
}
Moves the currently selected page to next page.
void nextPage() {
_notifyDataPagerListeners('next');
}