PushNotification constructor

PushNotification({
  1. required NotificationContent content,
  2. NotificationSchedule? schedule,
  3. List<NotificationActionButton>? actionButtons,
})

Implementation

PushNotification(
    {required NotificationContent super.content,
    super.schedule,
    super.actionButtons});