dart:html
WindowClient class
- Inheritance
- Annotations
Properties
- focused → bool
final
- visibilityState → String
final
- frameType → String
final, inherited
- hashCode → int
read-only, inherited
- The hash code for this object. [...]
- id → String
final, inherited
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
- type → String
final, inherited
- url → String
final, inherited
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
- Returns a string representation of this object.
Operators
- operator ==(dynamic other) → bool
inherited
- The equality operator. [...]