replacesHistoryEntry property

bool get replacesHistoryEntry

Whether the nested router's most recent committed change should overwrite the browser history entry rather than add one — the nested counterpart of KaiselNavigator.replacesHistoryEntry, read by the host when the nested state drives the URL. Defaults to false (a push / branch switch adds an entry).

Implementation

bool get replacesHistoryEntry => false;