I am writing a class where I need to access data, set and get from different places in my app.
There is also some functions
Normally I would do this with a Singleton, but is there a smarter way?
Is Dependency service only for accessing services from different platforms or would it be good to use it instead of singletons?
There's also IOC. Is this the way to go?