Steps to reproduce: * Initialize FlutterLocalAuthentication * Call authenticate method * Biometric popup will be shown * Provide the correct biometric * authenticate method will return true **[This is expected]** * Now call authenticate again * This will immediately return true **[This is not expected]** What I tried: * Setting setTouchIDAuthenticationAllowableReuseDuration to "0" or any other value has no effect on this behaviour
Steps to reproduce:
What I tried: