atNotificationsStream property

Stream<List<EventKeyLocationModel>> atNotificationsStream

Implementation

Stream<List<EventKeyLocationModel>> get atNotificationsStream =>
    atNotificationsController.stream as Stream<List<EventKeyLocationModel>>;