removePopStateListener abstract method
Unregisters the given listener (added by addPopStateListener) from the
popstate
event.
See: https://developer.mozilla.org/en-US/docs/Web/API/WindowEventHandlers/onpopstate
Implementation
void removePopStateListener(EventListener fn);