revoke_Pre method
Implementation
$async.Future<$2.MsgRevokeResponse> revoke_Pre(
$grpc.ServiceCall call, $async.Future<$2.MsgRevoke> request) async {
return revoke(call, await request);
}
$async.Future<$2.MsgRevokeResponse> revoke_Pre(
$grpc.ServiceCall call, $async.Future<$2.MsgRevoke> request) async {
return revoke(call, await request);
}