RemoveNotification constructor

RemoveNotification({
  1. String? extra,
  2. int? client_id,
  3. int32? notification_group_id,
  4. int32? notification_id,
})

Implementation

RemoveNotification({
  super.extra,
  super.client_id,
  this.notification_group_id,
  this.notification_id,
});