atNotificationsSink property

StreamSink<List<EventKeyLocationModel>> get atNotificationsSink

Implementation

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