InvokeWithReCaptcha constructor

const InvokeWithReCaptcha({
  1. required String token,
  2. required TlMethod query,
})

Invoke With Re Captcha constructor.

Implementation

const InvokeWithReCaptcha({required this.token, required this.query})
    : super._();