NavigationManager class

Annotations
  • @sealed

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bootstrap() → void
clearPersistedRoute() → void
disposeNavigatorKey(String basePath, GlobalKey<NavigatorState> key) → void
generateNavigatorKey(String basePath, [ServiceLocator? scope]) GlobalKey<NavigatorState>
generateRouteFactory(String route) RouteFactory
generateRouteListFactory([Map<String, dynamic>? initialRouteArgs]) RouteListFactory
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
persistRoute(String path) → void
registerPage<T extends Widget>(String route, T factoryFunc(dynamic routeArgs), {PageType pageType = PageType.material, bool fullscreenDialog = false, bool persist = false, CustomPageRouteBuilder? customPageRouteBuilder}) → void
retrievePersistedRoute() Future<String?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance NavigationManager
no setter