unlockDevice static method

Future unlockDevice()

Implementation

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