MatchaBackgroundService
MatchaBackgroundService copied to clipboard
Stop individual Background Task
Is there any mechanism to stop individual Background Service. For example, I have two background services. One for syncing data to the server. Other is for getting current location of user every 5 minutes. And I want to stop syncing service and want to keep running location service. Is there any way to achieve this?