addCustomNotificationPolicy_Pre method

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

Implementation

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