Dart
dart:html
ScreenOrientation
lock method
description
lock method
Future
lock
(
String
orientation
)
Implementation
Future lock(
String
orientation) => promiseToFuture(JS(
""
,
"#.lock(#)"
,
this
, orientation));