SecurityModulePlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- SecurityModulePlatform
- Implementers
Constructors
- SecurityModulePlatform()
- Constructs a SecurityModulePlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
authenticate(
) → Future - Authenticates the user.
-
hasBiometricSupport(
) → Future< bool?> - Checks if the device has biometric support.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
secureApp(
{required int flags}) → Future - Secure App with WindowManager Flags
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ SecurityModulePlatform
-
The default instance of SecurityModulePlatform to use.
getter/setter pair