dart:html
WindowClient class
- Inheritance
-
- Annotations
-
Properties
- focused → bool?
read-only
- frameType → String?
read-only, inherited
- hashCode → int
read-only, inherited
- The hash code for this object.
- id → String?
read-only, inherited
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
- type → String?
read-only, inherited
- url → String?
read-only, inherited
- visibilityState → String?
read-only
Methods
- focus() → Future<WindowClient>
- navigate(String url) → Future<WindowClient>
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed.
- postMessage(Object message, [List<Object>? transfer]) → void
inherited
- toString() → String
inherited
- A string representation of this object.
Operators
- operator ==(Object other) → bool
inherited
- The equality operator.