showCaptcha method

Future<void> showCaptcha(
  1. TDRiskCaptchaCallback callback
)

Implementation

Future<void> showCaptcha(TDRiskCaptchaCallback callback) {
  throw UnimplementedError('getResult() has not been implemented.');
}