checkLock method

Future<CheckResult> checkLock()

Check lock state without acquiring.

Implementation

Future<CheckResult> checkLock() async {
  return _lockManager.checkComputerUseLock();
}