File: Platform\AlertManager\AlertMananger.Standard.cs | Web Access |
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls) |
#nullable disable using System; namespace Microsoft.Maui.Controls.Platform { internal partial class AlertManager { internal static void Subscribe(Window window) { } internal static void Unsubscribe(Window window) { } } } |