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