GetChatNotificationSettingsExceptions constructor
GetChatNotificationSettingsExceptions({
- NotificationSettingsScope? scope,
- required bool compareSound,
Implementation
GetChatNotificationSettingsExceptions({
this.scope,
required this.compareSound,
});