SetScopeNotificationSettings constructor
SetScopeNotificationSettings({
- String? extra,
- int? client_id,
- NotificationSettingsScope? scope,
- ScopeNotificationSettings? notification_settings,
Implementation
SetScopeNotificationSettings({
super.extra,
super.client_id,
this.scope,
this.notification_settings,
});