BiometricTestConfig class
A config preset that disables all persistence for testing.
Uses an in-memory FakeTokenStore and disables lockout persistence so tests run without touching any platform storage.
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
-
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
Static Methods
-
create(
{Duration sessionDuration = const Duration(minutes: 15), int maxAttempts = 3, Duration lockoutDuration = const Duration(minutes: 5), List< BiometricFallback> fallbackChain = const []}) → BiometricConfig - Create a test-friendly config with no persistence.