Hi,
I have a background service, that checks some database conditions every 30 seconds, can I show a Toast message from that background task regardless of the page that is active?
I already implemented a Toast Service, but when trying to use it in background service it requires the object.
this.ToastService.Open(new ToastModel()
Is it possible?
Thank you,
Helder Correia