I'm a new developer on Xamarin and I was guessing what is the difference between Xamarins.Essentials and Xamarin.Forms DependencyService?
I understood that Xamarins.Essentials is a framework providing cross-platform API in order to use geolocation, connectivity etc... Whereas DependencyService is functionality in Xamarin.forms in order to use the Android or iOS platforms functionalities.
Is my understanding right? Are there other differences?
Thank you for your help, Clement