showUnlock static method

Future showUnlock()

Implementation

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