listMyLinkedIDPs_Pre method
Future<ListMyLinkedIDPsResponse>
listMyLinkedIDPs_Pre(
- ServiceCall $call,
- Future<
ListMyLinkedIDPsRequest> $request
Implementation
$async.Future<$0.ListMyLinkedIDPsResponse> listMyLinkedIDPs_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.ListMyLinkedIDPsRequest> $request) async {
return listMyLinkedIDPs($call, await $request);
}