allContactsStream property

Stream<List<GroupContactsModel?>> allContactsStream

Implementation

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