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