selectedContactStreamController property

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

Implementation

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