VerifyCodeConfig constructor

VerifyCodeConfig({
  1. required String captchaId,
  2. int timeoutInterval = 10,
  3. VerifyCodeMode mode = VerifyCodeMode.Normal,
  4. bool openFallBack = true,
  5. int fallBackCount = 3,
  6. bool ipv6 = false,
  7. bool closeButtonHidden = true,
  8. bool shouldCloseByTouchBackground = false,
  9. bool enableLog = false,
})

Implementation

VerifyCodeConfig(
    {required this.captchaId,
    this.timeoutInterval = 10,
    this.mode = VerifyCodeMode.Normal,
    this.openFallBack = true,
    this.fallBackCount = 3,
    this.ipv6 = false,
    this.closeButtonHidden = true,
    this.shouldCloseByTouchBackground = false,
    this.enableLog = false});