WindowDelegate class abstract

Window delegate.

Constructors

WindowDelegate()

Properties

hashCode int
The hash code for this object.
no setterinherited
locationHash String
no setter
locationHref String
no setter
locationPathName String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addPopStateListener({required RootRenderElement rootElement, required PopStateEventCallback callback}) → void
Add a pop state listener and associate it with provided context.
historyBack({required RootRenderElement rootElement}) → void
Issue a back action, dynamically.
historyPushState({required String title, required String url, required RootRenderElement rootElement}) → void
Adds an entry to the session history stack.
historyReplaceState({required String title, required String url, required RootRenderElement rootElement}) → void
Replace last entry on the session history stack.
locationReload() → void
Reload window.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePopStateListener(RootRenderElement rootElement) → void
Remove pop state listener that's associated with the context.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited