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