Description
package skips the SELECT_NOTIFICATION action, which is why it does not return initialAction.
Expected behavior
Package shoudl handle SELECT_NOTIFICATION action and return initialAction in app
Current behavior
SELECT_NOTIFICATION not in the list of handled actions and because of that initialAction does not work
Environment
- Platform: Flutter 3.29.2
- Kit: Push
- Kit Version [e.g. 5.0.3]
- OS Version Android 12
Description
package skips the SELECT_NOTIFICATION action, which is why it does not return initialAction.
Expected behavior
Package shoudl handle SELECT_NOTIFICATION action and return initialAction in app
Current behavior
SELECT_NOTIFICATION not in the list of handled actions and because of that initialAction does not work
Environment