onPopState property

Stream<void> get onPopState

Stream that fires when the user navigates browser history (popstate).

Returns an empty stream on non-web.

Implementation

static Stream<void> get onPopState => impl.onPopState();