2 references to PopModalPlatformAsync
Microsoft.Maui.Controls (2)
Platform\ModalNavigationManager\ModalNavigationManager.cs (2)
159
var page = await
PopModalPlatformAsync
(animated);
238
(isPlatformReady && !syncing) ?
PopModalPlatformAsync
(animated) : Task.CompletedTask;