RecaptchaKey constructor
const
RecaptchaKey({
- required String key,
- RecaptchaKeyClientType? type,
Implementation
const RecaptchaKey({required this.key, this.type});