lock method Null safety

Future lock(
  1. String orientation
)

Implementation

Future lock(String orientation) =>
    promiseToFuture(JS("", "#.lock(#)", this, orientation));