contentCardsStreamController property

StreamController<List<BrazeContentCard>> contentCardsStreamController
getter/setter pair

Broadcast stream to listen for content cards.

Implementation

StreamController<List<BrazeContentCard>> contentCardsStreamController =
    StreamController<List<BrazeContentCard>>.broadcast();