Matches a graphics captcha value.
@MPI(name: "mesh.captcha.match") Future<bool?> matches(String mno, String value, {Context? ctx}) { throw UnimplementedError('matches() has not been implemented.'); }