I'm using the following package in flutter for some background services, it works fine rather the app is closed. But the background services are killed as the phone gets restarted by its owner. I want to run my app's background services automatically as soon as the boot is completed.
I tried so many methods on the internet, but nothing seems to be working. I implemented this solution as well, but it's not working and there is no error.
Any help will be highly appreciated. Thank you very much.