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