Am trying to access a method which uses android dependencies to check if my device supports bluetooth, so I have a button called Check in my MainPage.xaml, how can I call this method from MainPage.xaml?
Putting the code In MainPage.xaml.cs throws errors because the file doens't have dependencies for Android
Putting the code In MainPage.xaml.cs throws errors because the file doens't have dependencies for Android