RemoveSavedNotificationSound constructor

const RemoveSavedNotificationSound({
  1. required int notificationSoundId,
})

Removes a notification sound from the list of saved notification sounds

Implementation

const RemoveSavedNotificationSound({
  required this.notificationSoundId,
});