Calculated value is not used in every authentication flow, hence there is no need to calculate it for every flow that wants to use AuthenticationHelper
Calculation was causing a significant lag in the UI, blocking the main thread for about 3 seconds. Probably, there's an issue in DDC compiler that causes it. When compiled using dart2js lag was about 700ms.
Calculated value is not used in every authentication flow, hence there is no need to calculate it for every flow that wants to use
AuthenticationHelper
Calculation was causing a significant lag in the UI, blocking the main thread for about 3 seconds. Probably, there's an issue in DDC compiler that causes it. When compiled using
dart2js
lag was about 700ms.DDC:
dart2js: