listMyLinkedIDPs_Pre method

Future<ListMyLinkedIDPsResponse> listMyLinkedIDPs_Pre(
  1. ServiceCall $call,
  2. Future<ListMyLinkedIDPsRequest> $request
)

Implementation

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