Maui BeginInvokeOnMainThread firing async tasks multilpe times
I have a background service that calls the SelectOption()
method below. This needs to display an ActionSheet with the pre populated options, naturally this needs to be done on the UI thread.