historyChanged property

Stream<HistoryChanged> historyChanged

A stream reflecting the current history state.

Implementation

Stream<HistoryChanged> get historyChanged =>
    _historyChangedStreamController.stream;