lock static method

Future lock()

Implementation

static Future lock() {
  return _channel.invokeMethod('lock');
}