SLNotification constructor
SLNotification({})
Implementation
SLNotification({
required this.title,
required this.content,
required this.iconPath,
this.channelId = "simple_local_notifications_channel",
this.channelName = "simple_local_notifications",
this.priority = SLNotificationPriority.defaultPriority,
});