setWindowUnlock method

Future<bool> setWindowUnlock()

Implementation

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