googleRecaptchaAndroidKey property

String? get googleRecaptchaAndroidKey

Gets the Google reCAPTCHA site key from the environment variables.

Returns:

  • The Google reCAPTCHA site key as a string.

Implementation

String? get googleRecaptchaAndroidKey => env["GOOGLE_RECAPTCHA_ANDROID_KEY"];