I would like to know whether detect killing off the app is possible or not.
Let’s say in a chat app, I was able to get timestamp when user leaves the chat room by using onWillPop.
But if user killed off the app directly from the chat room, it won’t be fired off. So is there a way to detect that?
Or any suggestions to get timestamp different way?