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