AndroidNotificationSettings constructor

AndroidNotificationSettings({
  1. required bool areNotificationsEnabled,
  2. required int importance,
  3. required List<ChannelSettings> channelSettings,
})

Implementation

AndroidNotificationSettings({
  required this.areNotificationsEnabled,
  required this.importance,
  required this.channelSettings,
});