NotificationCenterScreen constructor

const NotificationCenterScreen({
  1. Key? key,
  2. required String orgId,
})

Implementation

const NotificationCenterScreen({super.key, required this.orgId});