I do not find an example of how to send topic messages using Firebase Messaging on Flutter. On this tutorial here, it shows how to handle topics but not how to send the message.
So far, I am able to subscribe to a topic using FirebaseMessaging.instance.subscribeToTopic("topic");
I can see that there is a function FirebaseMessaging.instance.sendMessage
but don't understand how to use it. I have searched online but cannot find a proper example of how to send messages to users subscribed to a particular topic.