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