How to use flow with workManger
I need got the data form background , this job will accompany the hole app life cycle .
I try to use WorkManager to instead of Service.
Read the android develop guide , I guess should use CoroutineWorker , And use Data api to return a Flow.
It's diffcuclt to me , I have no idea to write the code ~