allContactsSink property
StreamSink<List<GroupContactsModel?> >
get
allContactsSink
Sink for all contacts stream
Implementation
StreamSink<List<GroupContactsModel?>> get allContactsSink =>
_allContactsStreamController.sink;