History class abstract
Allows manipulation of the browser session history.
See: https://developer.mozilla.org/en-US/docs/Web/API/History
Constructors
- History()
Properties
Methods
-
back(
) → void -
forward(
) → void -
go(
[int delta = 0]) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pushState(
Object? data, String title, [String? url]) → void -
replaceState(
Object? data, String title, [String? url]) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited