resetLongPressIndex method
void
resetLongPressIndex()
Implementation
void resetLongPressIndex() {
_longPressIndex = -1;
_isLongPressing = false;
notifyListeners();
}
void resetLongPressIndex() {
_longPressIndex = -1;
_isLongPressing = false;
notifyListeners();
}