RecaptchaKey constructor

const RecaptchaKey({
  1. required String key,
  2. RecaptchaKeyClientType? type,
})

Implementation

const RecaptchaKey({required this.key, this.type});