NotificationsController constructor
NotificationsController({
- required ARMOYUServices service,
- required String category,
- required String categorydetail,
- List<
Notifications> ? cachedNotificationsList, - dynamic onNotificationsUpdated(
- List<
Notifications> updatedNotifications
- List<
Implementation
NotificationsController({
required this.service,
required this.category,
required this.categorydetail,
this.cachedNotificationsList,
this.onNotificationsUpdated,
});