navigatorKeys property

UnmodifiableMapView<T, GlobalKey<NavigatorState>> navigatorKeys
latefinal

This is used when we want single Router per branch.

Implementation

late final UnmodifiableMapView<T, GlobalKey<NavigatorState>> navigatorKeys;