selectedContactStream property

Stream<List<AtContact?>> selectedContactStream

Stream of selected contacts' list

Implementation

Stream<List<AtContact?>> get selectedContactStream =>
    selectedContactStreamController.stream;