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