isScreenLockEnabled method
Returns whether the device has an enabled screen lock
or null
if it is unknown (e.g. too old Android version).
Implementation
Future<bool?> isScreenLockEnabled() {
throw UnimplementedError('platformVersion() has not been implemented.');
}