streamController property

StreamController? streamController
final

User can pass refernce to a streamController which emits periodic updates to real time data charts. The plugin will listen to events on the streamController and update the chart

Implementation

final StreamController? streamController;