RemoveSavedNotificationSound constructor
const
RemoveSavedNotificationSound({
- required int notificationSoundId,
Removes a notification sound from the list of saved notification sounds
Implementation
const RemoveSavedNotificationSound({
required this.notificationSoundId,
});