navigate property

  1. @override
AFNavigatePushAction get navigate
override

Implementation

@override
AFNavigatePushAction get navigate {
  return AFNavigatePushAction(launchParam: AFRouteParamWrapper(original: routeParam, screenId: AFUIScreenID.screenPrototypeWidget));
}