Currently I am working with the Dynamic links from Firebase to implement the password reset function.
On Android everything is working fine and I am handling the deep link if the app get opened by it.
On iOS on the other hand it's also working, but the Flutter app pushes an extra named route with the value of the link. So if someone opens the app it automatically pushes a page with the named route "example.link.com".
How can I disable that?