PopStateListener typedef
Callback that receives the new state of the browser history entry.
Implementation
typedef PopStateListener = void Function(Object? state);
Callback that receives the new state of the browser history entry.
typedef PopStateListener = void Function(Object? state);