PopStateListener typedef

PopStateListener = void Function(Object? state)

Callback that receives the new state of the browser history entry.

Implementation

typedef PopStateListener = void Function(Object? state);