Flutter and push notifications
Hi, I understand that we can implement push notifications with AJO for a Flutter mobile app. However, the documentation isn’t very clear to me.
From what I’ve read, it seems that we don’t need native code to initialize the SDK, but we do need to add some native code to pass the Firebase token, for example on Android:
After that, we should be able to listen for messages in Flutter using something like:
Is my understanding correct? I’d really appreciate some guidance on this.