changeListener property

  1. @protected
StreamController<Set<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<Set<String>> changeListener;