createHardwareIdentity method

ResponseFuture<CreateHardwareIdentityResponse> createHardwareIdentity(
  1. CreateHardwareIdentityRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.CreateHardwareIdentityResponse>
    createHardwareIdentity($0.CreateHardwareIdentityRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createHardwareIdentity, request,
      options: options);
}