Xamarin: error CS0103: The name ‘PhoneCallManager’ does not exist in the current context
https://elearning.xamarin.com/forms/xam120/ Trying to follow the Tutorial mentioned : XAML in Xamarin.Forms (XAM120) and getting this errorPhonewordPhonewordPhoneword.UWPPhoneDialer.UWP.cs(21,17,21,33): error CS0103: The name ‘PhoneCallManager’ does not exist in the current context Code Snippet: public Task DialAsync(string number) { if (ApiInformation.IsApiContractPresent(“Windows.ApplicationModel.Calls.CallsPhoneContract”, 1, 0)) … Read more »