Suppose I have 6 screen "A", "B", "C", "D", "E", "F". First I have to navigate all the screens one by one(A=>B=C=>D=>E=>F). After that, I want to redirect the screen "F" to Screen "C" and it's working. Now my current screen is "C", So my issue is after using the back button or on back press my screen navigate to "E". but I want to navigate to screen "B".
Notes:- I don't want to use Get.off when navigating the "D"=>"E"="F".
I'm using the Get plugin for this.