captcha method
Captcha apply a graphics captcha. 获取验证码.
Implementation
@MPI(flags: 8, name: "mesh.captcha.apply")
Future<Captcha?> captcha(String kind, Map<String, String> features, {Context? ctx}) {
throw UnimplementedError('captcha() has not been implemented.');
}