How to pass part of a page path using Go Route when using universal routes?
When using universal links and Go Router if I have a webpage such as www.mywebsite.com/factfile/MickeyMouse please can you tell me how to pass the string “MickeyMouse” to a class? (or how to send the whole page path and I can just extract the string after the forward slash in the class?)