Exemple #1
0
 public static async Task Notify(string key, string text)
 {
     RestService.Call("https://fcm.googleapis.com/fcm/send", key, text);
 }