InngageService constructor
InngageService({
- required SubscriptionService subscriptionService,
- required NotificationService notificationService,
- required EventService eventService,
Implementation
InngageService({
required this.subscriptionService,
required this.notificationService,
required this.eventService,
});