unsubscribeFromAllTopics method

Future<void> unsubscribeFromAllTopics()

Unsubscribes the device from all FCM topics and clears the token.

Implementation

Future<void> unsubscribeFromAllTopics() async {
  await FirebaseMessagingUtility.instance.unsubscribeFromAllTopics();
}