ScopeNotificationSettings constructor
ScopeNotificationSettings({})
Implementation
ScopeNotificationSettings({
required this.muteFor,
required this.soundId,
required this.showPreview,
required this.useDefaultMuteStories,
required this.muteStories,
required this.storySoundId,
required this.showStoryPoster,
required this.disablePinnedMessageNotifications,
required this.disableMentionNotifications,
});