AddSavedNotificationSound constructor
const
AddSavedNotificationSound({
- required InputFile sound,
Adds a new notification sound to the list of saved notification sounds. The new notification sound is added to the top of the list. If it is already in the list, its position isn't changed
Implementation
const AddSavedNotificationSound({
required this.sound,
});