listHumanLinkedIDPs_Pre method
Future<ListHumanLinkedIDPsResponse>
listHumanLinkedIDPs_Pre(
- ServiceCall $call,
- Future<
ListHumanLinkedIDPsRequest> $request
Implementation
$async.Future<$0.ListHumanLinkedIDPsResponse> listHumanLinkedIDPs_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.ListHumanLinkedIDPsRequest> $request) async {
return listHumanLinkedIDPs($call, await $request);
}