Is there anyway to check it in shared project?
Don't anyone know that?
I don't believe there is any abstraction already in X.Forms for this. However it should be relatively easy with platform specific code and use of the DependencyService.
https://developer.xamarin.com/guides/xamarin-forms/dependency-service/introduction/
Answers
Don't anyone know that?
I don't believe there is any abstraction already in X.Forms for this.
However it should be relatively easy with platform specific code and use of the DependencyService.
https://developer.xamarin.com/guides/xamarin-forms/dependency-service/introduction/