removeHumanLinkedIDP method

ResponseFuture<RemoveHumanLinkedIDPResponse> removeHumanLinkedIDP(
  1. RemoveHumanLinkedIDPRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.RemoveHumanLinkedIDPResponse> removeHumanLinkedIDP(
    $1.RemoveHumanLinkedIDPRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeHumanLinkedIDP, request, options: options);
}