unsubscribeFromAllTopics method
Unsubscribes the device from all FCM topics and clears the token.
Implementation
Future<void> unsubscribeFromAllTopics() async {
await FirebaseMessagingUtility.instance.unsubscribeFromAllTopics();
}
Unsubscribes the device from all FCM topics and clears the token.
Future<void> unsubscribeFromAllTopics() async {
await FirebaseMessagingUtility.instance.unsubscribeFromAllTopics();
}