UpdateActiveNotifications constructor
UpdateActiveNotifications({
- String? extra,
- int? client_id,
- vector<
NotificationGroup> ? groups,
Implementation
UpdateActiveNotifications({
super.extra,
super.client_id,
this.groups,
});