appCheckRecaptchaSiteKeyDefault property

set appCheckRecaptchaSiteKeyDefault (String? value)

Programmatic default for appCheckRecaptchaSiteKey. Set this from your app's config (before bootstrap). Overridden by the APP_CHECK_RECAPTCHA_SITE_KEY dart-define when provided.

NOTE: reCAPTCHA site keys are public by design (they ship in the web page), so a dart-define or per-flavor hardcode here is not a secret leak — only the reCAPTCHA secret (server/console-side) must stay private.

Implementation

static set appCheckRecaptchaSiteKeyDefault(String? value) =>
    _appCheckRecaptchaSiteKeyDefault = value;