getRobotPartHistory method

ResponseFuture<GetRobotPartHistoryResponse> getRobotPartHistory(
  1. GetRobotPartHistoryRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$9.GetRobotPartHistoryResponse> getRobotPartHistory($9.GetRobotPartHistoryRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getRobotPartHistory, request, options: options);
}