I'm developing a flutter app and successfully set up live activities. How can I determine if my app was launched by tapping on a live activity widget? I know I can include a button with a Link but I'm curious how I can handle any click from the widget (i.e if a user taps on the dynamic island, it launches the app) and redirect to the right url inside my app. I've looked through the docs and haven't found any solution.
Thanks