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