updateCustomPrivacyPolicy_Pre method

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

Implementation

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