setHardwareIdentityInfo method

ResponseFuture<SetHardwareIdentityInfoResponse> setHardwareIdentityInfo(
  1. SetHardwareIdentityInfoRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.SetHardwareIdentityInfoResponse>
    setHardwareIdentityInfo($0.SetHardwareIdentityInfoRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$setHardwareIdentityInfo, request,
      options: options);
}