lockout method
Resets the swipe lockout time.
Implementation
void lockout(Duration duration) {
_lockoutDuration = duration;
notifyListeners();
}
Resets the swipe lockout time.
void lockout(Duration duration) {
_lockoutDuration = duration;
notifyListeners();
}