getRobotPartByNameAndLocation method

ResponseFuture<GetRobotPartByNameAndLocationResponse> getRobotPartByNameAndLocation(
  1. GetRobotPartByNameAndLocationRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$11.GetRobotPartByNameAndLocationResponse> getRobotPartByNameAndLocation($11.GetRobotPartByNameAndLocationRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getRobotPartByNameAndLocation, request, options: options);
}