RouterWidgetVd class
@author: slc 自定义的路由导航器
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onPushNamedInfoFunc(
BuildContext context, SlcRouterInfo slcRouterInfo) → Future -
onPushPageParams(
BuildContext context, dynamic pushPageParams) → Future -
onPushReplacementPageParams(
BuildContext context, dynamic pushPageParams) → Future -
onReplacementNamedInfoFunc(
BuildContext context, SlcRouterInfo slcRouterInfo) → Future -
registerRouterEvent(
BuildContext context, RouterVmSub routerVm) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited