notifyStreamController property

StreamController<List<Notify>> notifyStreamController
getter/setter pair

Stream to put the notification object list

Implementation

StreamController<List<Notify>> notifyStreamController =
    StreamController<List<Notify>>.broadcast();