AndroidNotificationChannel constructor
const
AndroidNotificationChannel(})
Constructs an instance of AndroidNotificationChannel.
Implementation
const AndroidNotificationChannel(
this.id,
this.name, {
this.description,
this.groupId,
this.importance = Importance.defaultImportance,
this.playSound = true,
this.sound,
this.enableVibration = true,
this.vibrationPattern,
this.showBadge = true,
this.enableLights = false,
this.ledColor,
});