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