ScopedDynamicRoutesManagerSingleton class
This singleton manager is the same for all navigation scopes.
- Implemented types
Constructors
- ScopedDynamicRoutesManagerSingleton()
-
factory
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
-
inherited
-
inherited
-
dispenseNewDynamicRoutesInstance(
{required List< Widget> participatorWidgets, required Widget initiatorWidget}) → DynamicRoutesNavigator -
A static DynamicRoutes manager that dispenses a scoped DynamicRoutes
singleton bound to the lifeCycle of the StatefulWidget page it is attached to.
inherited
-
disposeDynamicRoutesInstance(
Widget initiatorWidget, {required bool clearCacheRelatedData}) → void -
Remove reference to all instantiated objects from the_dynamicRoutesInstances
array.
inherited
-
getCacheOfThisScope(
Widget widget, {required bool isInitiator}) → dynamic -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCacheOfThisScope(
Widget widget, dynamic newCacheValue, {required bool isInitiator}) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- singletonInstance ↔ ScopedDynamicRoutesManagerSingleton
-
getter/setter pair