allContactsStream property

Stream<List<GroupContactsModel?>> allContactsStream

all contacts stream

Implementation

Stream<List<GroupContactsModel?>> get allContactsStream => _allContactsStreamController.stream;