RecaptchaConfig constructor
const
RecaptchaConfig({
- required String siteKey,
Constructs an instance of RecaptchaConfig.
Parameters:
siteKey
: The site key for reCAPTCHA validation.
Implementation
const RecaptchaConfig({
required this.siteKey,
});