addCustomNotificationPolicy_Pre method

Future<AddCustomNotificationPolicyResponse> addCustomNotificationPolicy_Pre(
  1. ServiceCall call,
  2. Future<AddCustomNotificationPolicyRequest> request
)

Implementation

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