kaiselNextOriginSeq function

int kaiselNextOriginSeq()

Issues the next monotonic stamp for a navigation origin, shared across every router and shell so a DevTools host can order transitions by recency. Debug-only bookkeeping; exposed via kaisel_core/framework.dart.

Implementation

int kaiselNextOriginSeq() => ++_originSeq;