2 implementations of PopAsync
Microsoft.Maui.Controls (1)
NavigationProxy.cs (1)
89
public Task<Page>
PopAsync
()
Microsoft.Maui.Controls.Compatibility (1)
iOS\Platform.cs (1)
109
Task<Page> INavigation.
PopAsync
()
1 reference to PopAsync
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
1550
await currentContent.Navigation.
PopAsync
();