getUser_Pre method
Implementation
$async.Future<$1.MercuryResponse> getUser_Pre(
$grpc.ServiceCall call, $async.Future<$1.MercuryRequest> request) async {
return getUser(call, await request);
}
$async.Future<$1.MercuryResponse> getUser_Pre(
$grpc.ServiceCall call, $async.Future<$1.MercuryRequest> request) async {
return getUser(call, await request);
}