rootNavigatorKey top-level property
Global navigator key for top-level navigation (e.g., login screen).
Implementation
final GlobalKey<NavigatorState> rootNavigatorKey = GlobalKey<NavigatorState>(
debugLabel: 'root',
);
Global navigator key for top-level navigation (e.g., login screen).
final GlobalKey<NavigatorState> rootNavigatorKey = GlobalKey<NavigatorState>(
debugLabel: 'root',
);