NotificationsView constructor

const NotificationsView({
  1. Key? key,
  2. required NotificationsDataManager manager,
  3. required BaseScreen baseScreen,
})

Implementation

const NotificationsView({
  Key? key,
  required this.manager,
  required this.baseScreen,
}) : super(key: key);