cancel method

void cancel()

Cancels any pending action and resets the throttle window.

Implementation

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