setProperty and getProperty are deprecated, but the documentation doesn't say what else I should be using instead.
I want to pass some data from a background method (AppBase.onBackgroundData) to a background service (ServiceDelegate).
What should I be using instead of a property?