Exemplo n.º 1
0
 public async virtual Task Notify(string message)
 {
     if (!_platform.IsAppInForeground)
     {
         _notificationSender.SendLocalNotification("Toll Minder", message);
     }
     _textToSpeech.Speak(message).Wait();
 }