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