RecaptchaConfig constructor

const RecaptchaConfig({
  1. required String siteKey,
})

Constructs an instance of RecaptchaConfig.

Parameters:

  • siteKey: The site key for reCAPTCHA validation.

Implementation

const RecaptchaConfig({
  required this.siteKey,
});