lock method

Future lock (String orientation)

Implementation

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