httpApplicable property

  1. @TagNumber.new(11)
bool get httpApplicable

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);
  1. @TagNumber.new(11)
set httpApplicable (bool value)

Implementation

@$pb.TagNumber(11)
set httpApplicable($core.bool value) => $_setBool(10, value);