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