showCaptcha method
Implementation
Future<void> showCaptcha(TDRiskCaptchaCallback callback) async {
captchaCallback = callback;
await methodChannel.invokeMethod("showCaptcha");
}
Future<void> showCaptcha(TDRiskCaptchaCallback callback) async {
captchaCallback = callback;
await methodChannel.invokeMethod("showCaptcha");
}