Dart
dart:html
ScreenOrientation
lock method
lock
Dart
dart:html
ScreenOrientation
lock method
ScreenOrientation class
Properties
angle
onChange
type
hashCode
on
runtimeType
Methods
lock
unlock
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
Constants
changeEvent
description
lock
method
Future
lock
(
String
orientation
)
Implementation
Future lock(String orientation) => promiseToFuture(JS("", "#.lock(#)", this, orientation));