hasChainLoading static method

bool hasChainLoading()

检查是否已有链式调用的加载提示(供 response.dart 使用)

Implementation

static bool hasChainLoading() {
  return HttpUtil._chainLoadingId != null;
}