I have multiple screens and I'm using named routes in flutter using getx package.The problem I'm facing is I'm able to navigate to any other screen when tapped on push notification, but when I go back from that screen my app closes.But expected outcome is when navigating back I should go to home screen and app should not close.Please help
↧