BloomNotificationChannel constructor
const
BloomNotificationChannel({
- required String id,
- required String name,
- String? description,
- NotificationImportance importance = NotificationImportance.high,
Creates a BloomNotificationChannel definition.
Implementation
const BloomNotificationChannel({
required this.id,
required this.name,
this.description,
this.importance = NotificationImportance.high,
});