NavigatorOf typedef

NavigatorOf = NavigatorState Function(BuildContext context, bool useRootNavigator)

Retrieves the navigator state for this router

Implementation

typedef NavigatorOf = NavigatorState Function(BuildContext context, bool useRootNavigator);