RecaptchaV2 constructor
RecaptchaV2({
- required String apiKey,
- required String apiSecret,
- required RecaptchaV2Controller controller,
- required String pluginURL,
- ValueChanged<
bool> ? onVerifiedSuccessfully, - ValueChanged<
String> ? onVerifiedError, - EdgeInsetsGeometry? padding,
Implementation
RecaptchaV2({
required this.apiKey,
required this.apiSecret,
required this.controller,
required this.pluginURL,
this.onVerifiedSuccessfully,
this.onVerifiedError,
this.padding,
});