allContactsSink property

StreamSink<List<GroupContactsModel?>> allContactsSink

Sink for all contacts stream

Implementation

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