globalNavigatorKey property
Global key for main app global navigator
You need to pass it to instance of MaterialApp
Implementation
final globalNavigatorKey = GlobalKey<NavigatorState>();
Global key for main app global navigator
You need to pass it to instance of MaterialApp
final globalNavigatorKey = GlobalKey<NavigatorState>();