Returns the notification which launched your app from a terminated state. The launch notification is consumed by
calls to this function and will yield a null result if:
It is more than once (i.e. subsequent calls will be null)
Another notification was opened while your app was running (either in foreground or background)
Your app was brought back to the foreground by some other means (e.g. user tapped the app icon)
Returns the notification which launched your app from a terminated state. The launch notification is consumed by calls to this function and will yield a null result if: