2 references to PushPageAsync
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\NavigationRenderer.cs (2)
247
NavPageController.Pages.ForEach(async p => await
PushPageAsync
(p, false));
602
e.Task =
PushPageAsync
(e.Page, e.Animated);