cancelDebounce method

void cancelDebounce()

Implementation

void cancelDebounce() {
  _debounceTimer?.cancel();
  _isDebouncing = false;
}