appRouterKey property

  1. @override
Key? appRouterKey
final

Use this key to update the routes

If your routes should change in a declarative fashion based on some variable, you should change appRouterKey to update routes Note that you should change appRouterKey as little as possible

It will be used in WidgetsApp and NOT WidgetsVRouter This is because WidgetsVRouter should never update

Implementation

@override
final Key? appRouterKey;