Xamarin Forms Reverse PushModalAsync
问题 So in Xamarin, one of the navigational methods of pulling up a new page is the PushModalAsync call, which brings a new page without any normal navigational pieces. But not having pieces like a back button also removes the ability to navigate backwards... So is there a way to UN-pushmodalasync per se? Call up a page and then put it back down, like with a button or something along those line? I know Push Async does that, but I'd like the full page without the navigation bar at the top. A page