CaptchaPage constructor
CaptchaPage({
- Key? key,
- required ResponsePage? responsePage,
- ValueChanged<
String> ? onCaptchaResolved, - String? captchaUrl,
Implementation
CaptchaPage(
{Key? key,
required this.responsePage,
this.onCaptchaResolved,
this.captchaUrl})
: super(key: key);