atNotificationsStream property

Stream<List<KeyLocationModel>> atNotificationsStream

Implementation

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