blockedContactStreamController property

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

Implementation

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