verify method
Verify the signature value. 对二进制数据摘要验签.
Implementation
@MPI(name: "mesh.crypt.verify")
Future<bool?> verify(Uint8List buf, Map<String, Uint8List> keys, {Context? ctx}) {
throw UnimplementedError('verify() has not been implemented.');
}