RRouterRegister class

Constructors

RRouterRegister()

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

add(Iterable<NavigatorRoute> routes) → void
Register Routes routes You want to register routes.
addRoute(NavigatorRoute route, {bool? isReplaceRouter}) → void
Register Route route You want to register route.
match(Uri uri) NavigatorRoute?
match Route handle uri requestUrl
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