I am building flutter router based on this doc: https://techblog.geekyants.com/navigation-20-routing-on-flutter-web.
The question I have is that how can I get the url parameter on initial load? e.g. I have the url http://localhost:8080?id=1234/#/user which points to the path /user defined in RouterDelegate. I am able to open the related screen which is for /user but where should I parse the url parameter id?