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