isDebounceLocked method

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

检查是否正在防抖等待中

Implementation

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