updateLoginPolicy_Pre method
Future<UpdateLoginPolicyResponse>
updateLoginPolicy_Pre(
- ServiceCall call,
- Future<
UpdateLoginPolicyRequest> request
Implementation
$async.Future<$1.UpdateLoginPolicyResponse> updateLoginPolicy_Pre($grpc.ServiceCall call, $async.Future<$1.UpdateLoginPolicyRequest> request) async {
return updateLoginPolicy(call, await request);
}