setWindowLock method

Future<bool> setWindowLock()

Implementation

Future<bool> setWindowLock() {
  return WindowLockablePlatform.instance.setWindowLock();
}