routeVersion property

ValueNotifier<int> routeVersion
final

Bumped on every navigation event and clear, so the Routes tab can rebuild.

Implementation

static final ValueNotifier<int> routeVersion = ValueNotifier(0);