cancel method

void cancel()

Cancels the debouncer.

Implementation

void cancel() => _timer?.cancel();