unsubscribeFromTopic static method
To unsubscribe from a topic, call the unsubscribeFromTopic method with the topic name:
Implementation
static unsubscribeFromTopic(String topic) {
FirebaseMessaging.instance.unsubscribeFromTopic(topic);
}
To unsubscribe from a topic, call the unsubscribeFromTopic method with the topic name:
static unsubscribeFromTopic(String topic) {
FirebaseMessaging.instance.unsubscribeFromTopic(topic);
}