googleRecaptchaIosKey property

String? get googleRecaptchaIosKey

Gets the Google reCAPTCHA site key from the environment variables.

Returns:

  • The Google reCAPTCHA site key as a string.

Implementation

String? get googleRecaptchaIosKey => env["GOOGLE_RECAPTCHA_IOS_KEY"];