contactStream property
Stream<List<BaseContact?> >
get
contactStream
Stream of contacts' list
Implementation
Stream<List<BaseContact?>> get contactStream =>
contactStreamController.stream;
Stream of contacts' list
Stream<List<BaseContact?>> get contactStream =>
contactStreamController.stream;