PushNotification constructor
PushNotification({
- required NotificationContent content,
- NotificationSchedule? schedule,
- List<
NotificationActionButton> ? actionButtons,
Implementation
PushNotification(
{required NotificationContent content,
NotificationSchedule? schedule,
List<NotificationActionButton>? actionButtons})
: super(
content: content, schedule: schedule, actionButtons: actionButtons);