addCustomNotificationPolicy_Pre method
Future<AddCustomNotificationPolicyResponse>
addCustomNotificationPolicy_Pre(
- ServiceCall call,
- Future<
AddCustomNotificationPolicyRequest> request
Implementation
$async.Future<$0.AddCustomNotificationPolicyResponse> addCustomNotificationPolicy_Pre($grpc.ServiceCall call, $async.Future<$0.AddCustomNotificationPolicyRequest> request) async {
return addCustomNotificationPolicy(call, await request);
}