cancel method
void
cancel()
Cancels any pending action and resets the throttle window.
Implementation
void cancel() => _throttler.cancel();
Cancels any pending action and resets the throttle window.
void cancel() => _throttler.cancel();