setNavigatorKey method
void
setNavigatorKey(
Set custom navigation key. This will help if there's route library.
Implementation
void setNavigatorKey(GlobalKey<NavigatorState> navigatorKey) {
_navigatorKey = navigatorKey;
_ChuckCore.navigatorKey = navigatorKey;
}