Future<dynamic> verify(Map<String, dynamic> req, String signature) async => await _contract.call("verify", [req, signature]);