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