resetCurrentIndex method

void resetCurrentIndex()

Implementation

void resetCurrentIndex() {
  _currentPageIndex = 0;
  notifyListeners();
}