cancelThrottle method

  1. @protected
void cancelThrottle({
  1. String throttleIdentifier = '',
})
inherited

Cancels if throttling is in progress

Implementation

@protected
void cancelThrottle({String throttleIdentifier = ''}) =>
    _isThrottlingMap[throttleIdentifier] = false;