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