getLockoutState method
Simulate BiometricShield.getLockoutState.
Implementation
@override
Future<LockoutState> getLockoutState({String? userId}) async {
return lockoutStateResult;
}
Simulate BiometricShield.getLockoutState.
@override
Future<LockoutState> getLockoutState({String? userId}) async {
return lockoutStateResult;
}