Hi,
I have shared project plus platform specific project. I want to send notification info from shared to platform specific. Currently for Android notification, i am using Broadcast receiver, but how to send message to receiver from shared code?
To be clear, i want to send common message from shared code, that should be used by Android as well as iOS Notifications.