PropsHistory extension

on

Properties

length int

Available on History, provided by the PropsHistory extension

no setter
scrollRestoration ScrollRestoration

Available on History, provided by the PropsHistory extension

getter/setter pair
state → dynamic

Available on History, provided by the PropsHistory extension

no setter

Methods

back() → void

Available on History, provided by the PropsHistory extension

forward() → void

Available on History, provided by the PropsHistory extension

go([int? delta = 0]) → void

Available on History, provided by the PropsHistory extension

pushState(dynamic data, String unused, [String? url]) → void

Available on History, provided by the PropsHistory extension

replaceState(dynamic data, String unused, [String? url]) → void

Available on History, provided by the PropsHistory extension