C# How to cast Task to a specific type?
I’ve encountered a problem while building a PopUp in .NET MAUI. According to their documentation one can pass data with onPresenting
but also receive data asynchronously via CloseAsync()
in the PopupViewModel.