WebEngage / webengage-flutter

WebEngage Flutter Plugin
Apache License 2.0
4 stars 21 forks source link

Support for callback when app is opened through notification in killed state #29

Closed FirdousNath closed 6 months ago

FirdousNath commented 1 year ago

pushStream method only works when app is in background state(active). But when user click on notification from killed state we don't get any notification event nor the callbacks are getting invoked. Don't we have similar thing like getInitialMessage() as firebase offers ?

DK070202 commented 1 year ago

pushActionStream stream might be the thing you may looking for.