updateSavedNotificationSounds property
The list of saved notifications sounds was updated. This update may not be sent until information about a notification sound was requested for the first time
Implementation
UpdateSavedNotificationSounds? get updateSavedNotificationSounds {
if (this is UpdateSavedNotificationSounds) {
return this as UpdateSavedNotificationSounds;
}
return null;
}