removeHumanLinkedIDP_Pre method

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

Implementation

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