设置锁定状态
@override Future<void> setLockEnabled(bool enabled) { return methodChannel.invokeMethod('setLockEnabled', {'enabled': enabled}); }