handle back button in nested navigators with pop scope flutter
I am trying to handle my nested navigators with Pop Scope. Beacuse in the nested routes , when i tap the back button on the device the app closes. The onInvoked method is deprecated so i couldn't solve this problem.…