Accessibility live region - .NET MAUI

IN MAUI, there is no built-in support to indicate an accessibility live region.

By using Handlers, it is possible to implement platform-specific behavior. Alternatively, you can use the accessibility Announce helper method to announce any message when you update the UI data.

SemanticScreenReader.Default.Announce("This is the announcement text.");