SetScopeNotificationSettings constructor

const SetScopeNotificationSettings({
  1. required NotificationSettingsScope scope,
  2. required ScopeNotificationSettings notificationSettings,
})

Changes notification settings for chats of a given type

Implementation

const SetScopeNotificationSettings({
  required this.scope,
  required this.notificationSettings,
});