CaptchaParams constructor
CaptchaParams({
- required CaptchaType mode,
- required dynamic onError(
- String error
- required dynamic onSuccess(
- String token
Implementation
CaptchaParams({
required this.mode,
required this.onError,
required this.onSuccess,
});