lockRoom static method

Future<void> lockRoom()

Implementation

static Future<void> lockRoom() async {
  await _channel.invokeMethod('lockRoom');
}