eventStream property

Stream<EventNotificationModel?> get eventStream

Implementation

Stream<EventNotificationModel?> get eventStream =>
    _atEventNotificationController.stream;