- Create a Interface or Abstract Service that is in Shared code
- Create a concrete implementation of the interface or abstract service code per platform
- Per platform services should have an initialize method that registers the service with the ServiceFinder
- See Auth Service for an example.
Trello link
|
|