ScreenOrientation 类
- 继承关系
-
- Object
- EventTarget
- ScreenOrientation
- 注解
-
- @Native("ScreenOrientation")
属性
方法
-
addEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承
-
dispatchEvent(
Event event) → bool -
继承
-
lock(
String orientation) → Future -
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时被调用。继承
-
removeEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承
-
toString(
) → String - 此对象的字符串表示。继承
-
unlock(
) → void
操作符
-
operator ==(
Object other) → bool - 等于操作符。继承
常量
-
changeEvent → const EventStreamProvider<
Event>