contactStream property

Stream<List<BaseContact?>> contactStream

Stream of contacts' list

Implementation

Stream<List<BaseContact?>> get contactStream =>
    contactStreamController.stream;