Implemented interface member:
method
PopAsync
Microsoft.Maui.Controls.INavigation.PopAsync(System.Boolean)
2 references to PopAsync
Microsoft.Maui.Controls (2)
NavigationPage\NavigationPage.cs (1)
220
return await mvi.
PopAsync
(animated);
Shell\Shell.cs (1)
2088
protected override Task<Page> OnPopAsync(bool animated) => SectionProxy.
PopAsync
(animated);