CaptchaPage constructor

const CaptchaPage({
  1. Key? key,
  2. String? captchaUrl,
  3. ValueChanged<String>? onCaptchaResolved,
})

Implementation

const CaptchaPage({Key? key, this.captchaUrl, this.onCaptchaResolved}) : super(key: key);