PushNotificationChannelConfig constructor
const
PushNotificationChannelConfig({})
Implementation
const PushNotificationChannelConfig({
required this.channelKey,
required this.channelName,
required this.channelDescription,
this.criticalAlerts = true,
this.onlyAlertOnce = true,
this.playSound = true,
this.enableVibration = true,
this.locked = true,
this.importance = NotificationImportance.Max,
});