Пример #1
0
 public async Task Subscribe(string topic, string token)
 {
     await _firebaseCloudMessaging.Subscribe(topic, token);
 }