菜单
Dart
dart:html
ScreenOrientation
锁定方法
锁定
深色模式
浅色模式
描述
lock
方法
Future
lock
(
String
orientation
)
实现
Future lock(String orientation) => promiseToFuture(JS("", "#.lock(#)", this, orientation));
Dart
dart:html
ScreenOrientation
锁定方法
ScreenOrientation 类
Cookie 管理控制