createRobotPartSecret method

ResponseFuture<CreateRobotPartSecretResponse> createRobotPartSecret(
  1. CreateRobotPartSecretRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$9.CreateRobotPartSecretResponse> createRobotPartSecret($9.CreateRobotPartSecretRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createRobotPartSecret, request, options: options);
}