updateLoginPolicy_Pre method

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

Implementation

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