DisplayConnection类
- 继承
-
- Object
- EventTarget
- DisplayConnection
- 注解
-
- @Native("DisplayConnection")
属性
方法
-
addEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承
-
close(
) → void -
dispatchEvent(
Event event) → bool -
继承
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的属性或方法时触发。继承
-
removeEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承
-
send(
dynamic data_OR_message) → void -
terminate(
) → void -
toString(
) → String - 此对象的字符串表示形式。继承
运算符
常量
-
messageEvent → const EventStreamProvider<
MessageEvent>