UpdateSavedNotificationSounds constructor

UpdateSavedNotificationSounds({
  1. required List<int> notificationSoundIds,
})

Implementation

UpdateSavedNotificationSounds({required this.notificationSoundIds});