matches method

  1. @MPI(name: "mesh.captcha.match")
Future<bool?> matches(
  1. String mno,
  2. String value, {
  3. Context? ctx,
})

Matches a graphics captcha value.

Implementation

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