menu
Dart
dart:html
ScreenOrientation
lock method
lock
dark_mode
light_mode
description
lock
method
Future
lock
(
String
orientation
)
Implementation
Future lock(String orientation) => promiseToFuture(JS("", "#.lock(#)", this, orientation));
Dart
dart:html
ScreenOrientation
lock method
ScreenOrientation class
Cookies management controls