I have two screens, Main and Profile. When I use setNotificationHandler to null on the main screen and navigate to the Profile screen, the addNotificationResponseReceivedListener of main screen is still active. How do I fully close notification listener on the main screen?
Thank you