AbstractNotificationDashboardComponent constructor

AbstractNotificationDashboardComponent({
  1. Key? key,
  2. required AppModel app,
  3. required String notificationDashboardId,
})

Implementation

AbstractNotificationDashboardComponent(
    {super.key, required this.app, required this.notificationDashboardId});