cancel method

void cancel()

Cancels all the remaining delayed functions.

Implementation

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