navigatePush static method

AFNavigatePushAction navigatePush({
  1. required String confirmText,
})

Implementation

static AFNavigatePushAction navigatePush({
    required String confirmText,
  //!af_navigate_push_param_decl
}) {

  return AFNavigatePushAction(
    launchParam: SigninScreenRouteParam.createReady(screenId: AFSIScreenID.startDeleteAccount)
      //!af_navigate_push_param_call
    );
}