appCheckRecaptchaSiteKeyOverride property

  1. @visibleForTesting
set appCheckRecaptchaSiteKeyOverride (String? value)

For testing only: override the resolved appCheckRecaptchaSiteKey.

Implementation

@visibleForTesting
static set appCheckRecaptchaSiteKeyOverride(String? value) =>
    _appCheckRecaptchaSiteKey = value;