getLoginPolicy_Pre method
Future<GetLoginPolicyResponse>
getLoginPolicy_Pre(
- ServiceCall $call,
- Future<
GetLoginPolicyRequest> $request
Implementation
$async.Future<$0.GetLoginPolicyResponse> getLoginPolicy_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.GetLoginPolicyRequest> $request) async {
return getLoginPolicy($call, await $request);
}