History class abstract

Allows manipulation of the browser session history.

See: https://developer.mozilla.org/en-US/docs/Web/API/History

Constructors

History()

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state Object?
no setter

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