I try to use the contacts list in my Xamarin.Form application. I use
Task<IEnumerable<Contact>> contact = await Xamarin.Essentials.Contacts.GetAllAsync(token);
but Contact doesn't contain a field with image. What can I use instead?
Thank you in advance.