Ionic 5 : pushObject.on("notification") not triggering

Any change required in ionic 5 to handle the push notification. I am able to receive the push notification, but the control is not coming to pushObject.on(“notification”).subscribe((notification: any) => {}), to this event listener.

Please let me know if any change required

Thanks