addPopStateListener method Null safety
Adds a listener to the popstate event and returns a function that
removes the listener.
Implementation
external ui.VoidCallback addPopStateListener(html.EventListener fn);Adds a listener to the popstate event and returns a function that
removes the listener.
external ui.VoidCallback addPopStateListener(html.EventListener fn);