cancel method

void cancel()

Cancels any pending action.

Implementation

void cancel() => _debouncer.cancel();