PluggableAppDelegate
PluggableAppDelegate copied to clipboard
Communication between services
Hi,
I'm wondering how you would suggest implementing communication between service implementations? I've noticed that sometimes you'd like to instantiate a CoreDataService
for example, and use it in CoreLocationService
to set geofencing for example.