isLocked method

Future<bool> isLocked()

Implementation

Future<bool> isLocked() async {
  return await _channel.invokeMethod('is_locked');
}