Is this is even possible?
I have a MediaPicker displaying that is invoked through the dependency service, and I'm also making use of the result by collecting the path to the image that's been selected. The only problem is, my shared app doesn't know about it because I can't await the process.
Is it even possible to do this... I'm not sure.
Thanks