reset method
void
reset()
Resets the swipe count and lockout time.
Implementation
void reset() {
_swipe = 0;
writer(_kSwipeLimitationTime, 0);
writer(_kSwipeLimitationTimes, 0);
notifyListeners();
_counter?.call(_swipe);
}