While implementing a permission plugin in Xamarin app saw this line of code
As per my understanding, it works same as
Application.Current.MainPage.DisplayAlert("");
So what's the use of "?" here
While implementing a permission plugin in Xamarin app saw this line of code
As per my understanding, it works same as
Application.Current.MainPage.DisplayAlert("");
So what's the use of "?" here