NotificationCenterProvider constructor

NotificationCenterProvider({
  1. required PushNotificationProvider pushNotificationProvider,
  2. required NotificationCenterDataSource notificationCenterDataSource,
})

Implementation

NotificationCenterProvider({
  required this.pushNotificationProvider,
  required this.notificationCenterDataSource,
});