firstPage method

void firstPage()

Moves the currently selected page to first page.

Implementation

void firstPage() {
  _notifyDataPagerListeners('first');
}