removePopStateListener abstract method

void removePopStateListener(
  1. EventListener fn
)

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);