static fetchClient()

in src/recaptcha.tsx [33:37]


  static fetchClient(siteKey: string): Promise<RecaptchaClient> {
    return RecaptchaEnterpriseReactNative.fetchClient(siteKey).then(() => {
      return new RecaptchaClientImpl();
    });
  }