I want to trigger some code of my app on a daily basis.
Is there something similar to silent push notifications on Flutter, that will trigger part of the code, event when app is closed?
I already reviewed package flutter_local_notifications
but there is not anything like silent
or invokeScheduled
.