How to communicate the progress of a running foreground service to a composable?
I am looking for a way to return real time progress to my UI when my service is running, trying now using a shared hilt viewModel both for progress % and for the result but injecting into Service gives: