contactStreamController property

StreamController<List<AtContact?>> contactStreamController
getter/setter pair

Implementation

StreamController<List<AtContact?>> contactStreamController =
    StreamController<List<AtContact?>>.broadcast();