How to know if Flutter app is killed or in background when recieve a notification
I have a use-case to execute some action upon receiving a notification only in the killed state in Flutter app.
I have a use-case to execute some action upon receiving a notification only in the killed state in Flutter app.