lockoutRemainderEnable method

void lockoutRemainderEnable(
  1. bool enable
)

Resets the swipe lockout remainder.

Implementation

void lockoutRemainderEnable(bool enable) {
  _lockoutRemainder = enable;
  notifyListeners();
}