atNotificationsSink property

StreamSink<List<EventKeyLocationModel>> atNotificationsSink

Implementation

StreamSink<List<EventKeyLocationModel>> get atNotificationsSink =>
    atNotificationsController.sink as StreamSink<List<EventKeyLocationModel>>;