Gt3CaptchaView constructor

const Gt3CaptchaView({
  1. Key? key,
  2. Gt3CaptchaViewCreatedCallback? onGt3CaptchaViewCreated,
  3. required Gt3CaptchaViewPlatformNullCallback onGtViewShow,
  4. required Gt3CaptchaViewPlatformRegisterCallback onRegister,
  5. required Gt3CaptchaViewPlatformValidationCallback onValidation,
  6. required Gt3CaptchaViewPlatformNullCallback onCancel,
  7. required Gt3CaptchaViewPlatformNullCallback onError,
})

Implementation

const Gt3CaptchaView({
  Key? key,
  this.onGt3CaptchaViewCreated,
  required this.onGtViewShow,
  required this.onRegister,
  required this.onValidation,
  required this.onCancel,
  required this.onError,
}) : super(key: key);