NotificationsScreen constructor

const NotificationsScreen({
  1. Key? key,
  2. required HeadlessService headlessService,
})

Implementation

const NotificationsScreen({super.key, required this.headlessService});