menu
cdx_components package
documentation
core/services/app/ievent_service.dart
IEventService
addNotifications method
addNotifications method
dark_mode
light_mode
addNotifications
method
void
addNotifications
(
IAppNotification
event
)
Implementation
void addNotifications(IAppNotification event) => _notificationSbj.add(event);
cdx_components package
documentation
core/services/app/ievent_service
IEventService
addNotifications method
IEventService class