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