SetScopeNotificationSettings constructor
const
SetScopeNotificationSettings({
- required NotificationSettingsScope scope,
- required ScopeNotificationSettings notificationSettings,
Changes notification settings for chats of a given type
Implementation
const SetScopeNotificationSettings({
required this.scope,
required this.notificationSettings,
});