- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- EventTarget
- PresentationReceiver
- Annotations
- @DocsEditable()
- @DomName('PresentationReceiver')
- @Experimental()
Static Properties
- instanceRuntimeType → Type
-
@Deprecated("Internal Use Only"), read-only
Constructors
Properties
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
getConnection(
) → Future -
@DocsEditable(), @DomName('PresentationReceiver.getConnection'), @Experimental()
-
getConnections(
) → Future -
@DocsEditable(), @DomName('PresentationReceiver.getConnections'), @Experimental()
-
addEventListener(
String type, EventListener listener, [ bool useCapture ]) → void -
inherited
-
dispatchEvent(
Event event) → bool -
@DocsEditable(), @DomName('EventTarget.dispatchEvent'), inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
removeEventListener(
String type, EventListener listener, [ bool useCapture ]) → void -
inherited
-
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.inherited