NotificationChannel constructor
NotificationChannel({})
Implementation
NotificationChannel({
required this.id,
required this.name,
this.description,
this.enabled = true,
this.sound = true,
this.vibration = true,
this.priority = NotificationPriority.normal,
});