GetScopeNotificationSettings constructor

const GetScopeNotificationSettings(
  1. {required NotificationSettingsScope scope}
)

Returns the notification settings for chats of a given type

Implementation

const GetScopeNotificationSettings({
  required this.scope,
});