I'm using Intercom.instance.displayMessageComposer("Message") and Intercom.instance.displayMessenger() to open the Intercom interface. The problem is, I don't know when the user closes the interface. I used async await but it didn't works.
I searched the Intercom forum and I found a similar issue but it was an solution for native ios. Do we have the equivalence in Flutter?
Hi everyone,
I'm using
Intercom.instance.displayMessageComposer("Message")
andIntercom.instance.displayMessenger()
to open the Intercom interface. The problem is, I don't know when the user closes the interface. I used async await but it didn't works.I searched the Intercom forum and I found a similar issue but it was an solution for native ios. Do we have the equivalence in Flutter?
Thanks in advance.