GetSavedNotificationSound constructor
const
GetSavedNotificationSound({
- required int notificationSoundId,
Returns saved notification sound by its identifier. Returns a 404 error if there is no saved notification sound with the specified identifier
Implementation
const GetSavedNotificationSound({
required this.notificationSoundId,
});