notifications.onNotification(notification => {
//do something with the notification - This is where we have called the pop up function
console.log("onNotification", notification)
})
Even the console message is not displayed.
Can you help us to figure this issue that occurs in android device.