updateLoginPolicy_Pre method

Future<UpdateLoginPolicyResponse> updateLoginPolicy_Pre(
  1. ServiceCall $call,
  2. Future<UpdateLoginPolicyRequest> $request
)

Implementation

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