UpdateHavePendingNotifications constructor

UpdateHavePendingNotifications({
  1. required bool haveDelayedNotifications,
  2. required bool haveUnreceivedNotifications,
})

Implementation

UpdateHavePendingNotifications({
  required this.haveDelayedNotifications,
  required this.haveUnreceivedNotifications,
});