lockDevice static method

Future lockDevice()

Implementation

static Future lockDevice() async {
  await _channel.invokeMethod("lockDevice");
}