notifyStreamController property
Stream to put the notification object list
Implementation
StreamController<List<Notify>> notifyStreamController = StreamController<List<Notify>>.broadcast();
Stream to put the notification object list
StreamController<List<Notify>> notifyStreamController = StreamController<List<Notify>>.broadcast();