atNotificationsSink property

StreamSink<List<KeyLocationModel>> atNotificationsSink

Implementation

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