actions:[Center(child:"Employee Digital ID".toText12(color:MyColors.textMixColor,isUnderLine:true).onPress((){})),21.width],
actions:[Center(child:"Employee Digital ID".toText12(color:MyColors.textMixColor,isUnderLine:true).onPress((){})),21.width],
),
),
body:Column(
body:Column(
@ -211,7 +211,7 @@ class _VerifyLastLoginScreenState extends State<VerifyLastLoginScreen> {
constIOSAuthMessages(cancelButton:'cancel',goToSettingsButton:'settings',goToSettingsDescription:'Please set up your Touch ID.',lockOut:'Please reenable your Touch ID');
constIOSAuthMessages(cancelButton:'cancel',goToSettingsButton:'settings',goToSettingsDescription:'Please set up your Touch ID.',lockOut:'Please reenable your Touch ID');
boolauthenticated=false;
boolauthenticated=false;
try{
try{
authenticated=awaitauth.authenticate(localizedReason:'Scan your fingerprint to authenticate',useErrorDialogs:true,stickyAuth:true, iOSAuthStrings: iosStrings);
authenticated=awaitauth.authenticate(localizedReason:'Scan your fingerprint to authenticate',useErrorDialogs:true,stickyAuth:true,biometricOnly: true,iOSAuthStrings: iosStrings);
}onPlatformExceptioncatch(e){
}onPlatformExceptioncatch(e){
print(e);
print(e);
Utils.hideLoading(context);
Utils.hideLoading(context);
@ -238,12 +238,13 @@ class _VerifyLastLoginScreenState extends State<VerifyLastLoginScreen> {
@ -517,7 +517,7 @@ class _VerifyLoginScreenState extends State<VerifyLoginScreen> {
constIOSAuthMessages(cancelButton:'cancel',goToSettingsButton:'settings',goToSettingsDescription:'Please set up your Touch ID.',lockOut:'Please reenable your Touch ID');
constIOSAuthMessages(cancelButton:'cancel',goToSettingsButton:'settings',goToSettingsDescription:'Please set up your Touch ID.',lockOut:'Please reenable your Touch ID');
boolauthenticated=false;
boolauthenticated=false;
try{
try{
authenticated=awaitauth.authenticate(localizedReason:'Scan your fingerprint to authenticate',useErrorDialogs:true,stickyAuth:true, iOSAuthStrings: iosStrings);
authenticated=awaitauth.authenticate(localizedReason:'Scan your fingerprint to authenticate',useErrorDialogs:true,stickyAuth:true,biometricOnly: true,iOSAuthStrings: iosStrings);