addCustomPrivacyPolicy_Pre method
Future<AddCustomPrivacyPolicyResponse>
addCustomPrivacyPolicy_Pre(
- ServiceCall $call,
- Future<
AddCustomPrivacyPolicyRequest> $request
Implementation
$async.Future<$0.AddCustomPrivacyPolicyResponse> addCustomPrivacyPolicy_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.AddCustomPrivacyPolicyRequest> $request) async {
return addCustomPrivacyPolicy($call, await $request);
}