Results 1 comments of FzeCoder

Our workaround was to add 2 second delay after using the biometrics and then calling `authorizeAndExchangeCode` ```dart final localAuthResult = await LocalAuthentication.authenticate(...); //! Workaround: Add a delay because otherwise the...