isDeviceLockSet method

Future<bool> isDeviceLockSet()

Checks whether the device has a screen lock configured.

Implementation

Future<bool> isDeviceLockSet() {
  throw UnimplementedError('isDeviceLockSet() has not been implemented.');
}