listLoginPolicyIDPs_Pre method

Future<ListLoginPolicyIDPsResponse> listLoginPolicyIDPs_Pre(
  1. ServiceCall call,
  2. Future<ListLoginPolicyIDPsRequest> request
)

Implementation

$async.Future<$1.ListLoginPolicyIDPsResponse> listLoginPolicyIDPs_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.ListLoginPolicyIDPsRequest> request) async {
  return listLoginPolicyIDPs(call, await request);
}