listLoginPolicyIDPs_Pre method

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

Implementation

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