updateCustomPrivacyPolicy_Pre method

Future<UpdateCustomPrivacyPolicyResponse> updateCustomPrivacyPolicy_Pre(
  1. ServiceCall call,
  2. Future<UpdateCustomPrivacyPolicyRequest> request
)

Implementation

$async.Future<$1.UpdateCustomPrivacyPolicyResponse>
    updateCustomPrivacyPolicy_Pre($grpc.ServiceCall call,
        $async.Future<$1.UpdateCustomPrivacyPolicyRequest> request) async {
  return updateCustomPrivacyPolicy(call, await request);
}