hasChainLoading static method
检查是否已有链式调用的加载提示(供 response.dart 使用)
Implementation
static bool hasChainLoading() {
return HttpUtil._chainLoadingId != null;
}
检查是否已有链式调用的加载提示(供 response.dart 使用)
static bool hasChainLoading() {
return HttpUtil._chainLoadingId != null;
}