ScreenLockCheck class

This allows you to check whether the user has a form of local authentication enabled on their device to lock their screen to other users: a passcode, a pattern lock, face id or touch id. This can help you to establish how secure the device is.

Constructors

ScreenLockCheck()

Properties

hashCode int
The hash code for this object.
no setterinherited
isScreenLockEnabled Future<bool>
Returns true if the user has some form of screen lock (lock screen) enabled on their device
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited