Unsubscribes the device from the specified FCM topic.
Future<void> unsubscribeFromTopic(String topic) async { await FirebaseMessagingUtility.instance.unsubscribeFromTopic(topic); }