go_router using browser back button extra is null flutter web
let's say I navigate from page a with context.push() and pass extra to page b. then if I navigate to page c and then press the browser back button to go back to page b now extra is null and…