UpdateActiveNotifications constructor

UpdateActiveNotifications({
  1. String? extra,
  2. int? client_id,
  3. vector<NotificationGroup>? groups,
})

Implementation

UpdateActiveNotifications({
  super.extra,
  super.client_id,
  this.groups,
});