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