isThrottleLocked method
检查是否处于节流冷却期
Implementation
@visibleForTesting
@protected
bool isThrottleLocked(Object tag) => _slowly.isThrottleLocked(tag);
检查是否处于节流冷却期
@visibleForTesting
@protected
bool isThrottleLocked(Object tag) => _slowly.isThrottleLocked(tag);