The title is basically my whole question: can I use Xamarin.Forms.Dependency to instantiate a class that has a constructor with a parameter?
All the examples I can find show interface implementations that use the default no-parameter constructor.
I'm guessing the answer to my question is 'No' because I can't see where you would pass the parameter.
Any advice or pointers to examples would be great!
Kind wishes ~ Patrick