lock method Null safety
- String orientation
Implementation
Future lock(String orientation) =>
promiseToFuture(JS("", "#.lock(#)", this, orientation));
Future lock(String orientation) =>
promiseToFuture(JS("", "#.lock(#)", this, orientation));