public static void Unsubscribe(string topic) { #if messaging FirebaseMessaging.Unsubscribe(topic); #endif }