removeHumanLinkedIDP_Pre method

Future<RemoveHumanLinkedIDPResponse> removeHumanLinkedIDP_Pre(
  1. ServiceCall $call,
  2. Future<RemoveHumanLinkedIDPRequest> $request
)

Implementation

$async.Future<$0.RemoveHumanLinkedIDPResponse> removeHumanLinkedIDP_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.RemoveHumanLinkedIDPRequest> $request) async {
  return removeHumanLinkedIDP($call, await $request);
}