UDFRouter class

Constructors

UDFRouter()
factory
UDFRouter.init(NavigatorState navigatorState)
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

back() → void
logger(String msg) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAllAndNavigateTo(String routeName) → void
Remove all from the navigation stack and go to route. this method empties out the navigation stack and puts the "routedTo" view on top. This feature is especially useful for instance for logging out.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

mock(dynamic routerMock) → dynamic