vote_Pre method
Implementation
$async.Future<$1.MsgVoteResponse> vote_Pre(
$grpc.ServiceCall call, $async.Future<$1.MsgVote> request) async {
return vote(call, await request);
}
$async.Future<$1.MsgVoteResponse> vote_Pre(
$grpc.ServiceCall call, $async.Future<$1.MsgVote> request) async {
return vote(call, await request);
}