Navigator.pushReplacement after next screen still has back button, the new screen overrides on last screen
I want to navigate to next screen then do not back to any screen, but when I use Navigator.pushReplacement my app has back button. I mean, arrow back key still work. I want to go to next screen totally, and no back.
FLutter Bloc: Navigator.pushReplacement after next screen still has back button, the new screen overrides on last screen
i want to navigate to next screen then donot back to any screen, but when i use Navigator.pushReplacement my app has back button, mean, arrow back key still work, i want to goto next screen totally, and no back.