grant_Pre method
Implementation
$async.Future<$2.MsgGrantResponse> grant_Pre(
$grpc.ServiceCall call, $async.Future<$2.MsgGrant> request) async {
return grant(call, await request);
}
$async.Future<$2.MsgGrantResponse> grant_Pre(
$grpc.ServiceCall call, $async.Future<$2.MsgGrant> request) async {
return grant(call, await request);
}