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