I want to launch/execute app from certain background events even when app is killed/terminated in flutter.
For an example in alarm app when alarm is triggered we launch app or show alarm screen. in my case i want to launch app(also play audio) when FirebaseMessaging.onBackgroundMessaging is called without any user actions.
examples will be really helpful. Thanks