allContactsStream property
Stream<List<GroupContactsModel?> >
get
allContactsStream
all contacts stream
Implementation
Stream<List<GroupContactsModel?>> get allContactsStream => _allContactsStreamController.stream;