GetScopeNotificationSettings constructor

GetScopeNotificationSettings({
  1. String? extra,
  2. int? client_id,
  3. NotificationSettingsScope? scope,
})

Implementation

GetScopeNotificationSettings({
  super.extra,
  super.client_id,
  this.scope,
});