httpApplicable property
True when this SDK configuration has a usable network credential/url pair and therefore HTTP/auth setup can eventually succeed. Local-only development builds without baked-in Supabase config set this false so platform SDKs do not retry HTTP on every guarded API call.
Implementation
@$pb.TagNumber(11)
$core.bool get httpApplicable => $_getBF(10);
Implementation
@$pb.TagNumber(11)
set httpApplicable($core.bool value) => $_setBool(10, value);