allContactsSink property

StreamSink<List<GroupContactsModel?>> allContactsSink

Implementation

StreamSink<List<GroupContactsModel?>> get allContactsSink =>
    _allContactsStreamController.sink;