listHumanLinkedIDPs_Pre method

Future<ListHumanLinkedIDPsResponse> listHumanLinkedIDPs_Pre(
  1. ServiceCall $call,
  2. Future<ListHumanLinkedIDPsRequest> $request
)

Implementation

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