navigatorKeyForSubRoute abstract method

GlobalKey<NavigatorState> navigatorKeyForSubRoute(
  1. RouteBase subRoute
)

Returns the key for the Navigator that is to be used for the specified immediate sub-route of this shell route.

Implementation

GlobalKey<NavigatorState> navigatorKeyForSubRoute(RouteBase subRoute);