changeFeed property
A stream with changes occuring on the map
Implementation
Stream<StatefulMapControllerStateChange> get changeFeed =>
_subject.distinct();
A stream with changes occuring on the map
Stream<StatefulMapControllerStateChange> get changeFeed =>
_subject.distinct();