AndroidNotificationSettings constructor
AndroidNotificationSettings({
- required bool areNotificationsEnabled,
- required int importance,
- required List<
ChannelSettings> channelSettings,
Implementation
AndroidNotificationSettings({
required this.areNotificationsEnabled,
required this.importance,
required this.channelSettings,
});