BiometricsLocalDataSource class abstract

Local data source that store a flag if biometrics are enabled in the project and can update its value

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

areBiometricsEnabled() Future<bool>
Get the value of the flag if biometrics are enabled
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBiometricsEnabled(bool biometrics) Future<void>
Enable or disable the use of biometrics in the application
toString() String
A string representation of this object.
inherited

Operators

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