I have to post some data to Firebase when user receive notification when app is on killed/Terminated state, I tried flutter_background_service but that not solved my problem. I don't want to run my app on background, I just want to run my app on background when I receive notification and after sends data to Firebase close the background thread.