changeListener property

  1. @protected
StreamController<String> changeListener
latefinal

StreamController that is responsible for notifying listeners about changes in specific tables. It acts as an event bus.

Implementation

@protected
late final StreamController<String> changeListener;