updateRobotPart method
ResponseFuture<UpdateRobotPartResponse>
updateRobotPart(
- UpdateRobotPartRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$9.UpdateRobotPartResponse> updateRobotPart($9.UpdateRobotPartRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateRobotPart, request, options: options);
}