For example: I have an API and when I update the API with data then I should get a notification on my flutter app
Basically, the app should fetch API even when my app is completely closed and if available then show me the notification in the notification centre of the device. (Currently specifically for Android) Also please note that the API is built on a flask app.