NotificationCenterProvider constructor
NotificationCenterProvider({
- required PushNotificationProvider pushNotificationProvider,
- required NotificationCenterDataSource notificationCenterDataSource,
Implementation
NotificationCenterProvider({
required this.pushNotificationProvider,
required this.notificationCenterDataSource,
});