setScreenLockEnabled method

void setScreenLockEnabled(
  1. bool enabled
)

更新屏幕锁定状态

Implementation

void setScreenLockEnabled(bool enabled) {
  throw UnimplementedError(
      'setScreenLockEnabled() has not been implemented.');
}