isThrottleLocked method

  1. @visibleForTesting
  2. @protected
bool isThrottleLocked(
  1. Object tag
)
inherited

检查是否处于节流冷却期

Implementation

@visibleForTesting
@protected
bool isThrottleLocked(Object tag) => _slowly.isThrottleLocked(tag);