RemoveNotificationGroup constructor

RemoveNotificationGroup({
  1. required int notificationGroupId,
  2. required int maxNotificationId,
})

Implementation

RemoveNotificationGroup({
  required this.notificationGroupId,
  required this.maxNotificationId,
});