ScopedDynamicRoutesManager class abstract

Implementers

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

dispenseNavigatorFromInitiator(Widget initiator) DynamicRoutesNavigator
dispenseNavigatorFromParticipator(Widget widget) DynamicRoutesNavigator
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.
disposeDynamicRoutesInstance(Widget widget, {required bool clearCacheRelatedData}) → void
Remove reference to all instantiated objects from the_dynamicRoutesInstances array.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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