AbstractNotificationComponent constructor

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

Implementation

AbstractNotificationComponent(
    {super.key, required this.app, required this.notificationId});