UriRouterInterceptContainer class

Inheritance

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

installRouters() Map<String, WidgetBuilder>
init router
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openPage<T>(BuildContext context, String pageName, {RoutePushType pushType = RoutePushType.pushNamed, Map? arguments, RoutePredicate? predicate}) Future<T?>?
open page
inherited
registerRouteInterceptor(String pageName, MixinRouteInterceptor interceptor) → void
inherited
toString() String
A string representation of this object.
inherited
unRegisterRouteInterceptor(String pageName) → void
inherited
urlToPage<T>(BuildContext context, String urlStr, {RoutePushType pushType = RoutePushType.pushNamed, RoutePredicate? predicate}) Future<T?>?
scheme://setting?arg=1&arg2=2, means: open '/setting' page with args:

Operators

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