I need to run a dart code in the background for each 10s even if the application is closed. It's possible? in flutter
I fund a library that runs the code every 15 min but I want to execute the code every 10s
I need to fetch data every 10s if any change the push notification shown to the users
I am using a custom API rest (asp.net core) for data connecting
On click of the notification should open the app.
Thanks in advance.