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 ?
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 likegetInitialMessage()
as firebase offers ?