listMyLinkedIDPs_Pre method

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

Implementation

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