I'm generating two local notifications from my app using two different notification channel. notification configurations will be as below,
1.) Notification1 (notification_channel: msg_1 and notification_id: 1)
2.) Notification2 (notification_channel: msg_2 and notification_id: 1)
What will happen in this case?
It will show single notification OR It will show two separate notification
I want to know the expected behaviour from your end?