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