Flutter SDK with Encrypted Box
Hi, I implemented the encrypted box from the started kit in my app (ran
From what I understood, when the access token expires, the interceptor leads to the returnAccessToken() function in the
await EncryptedBox.init(); in main.dart and placed encrypted_box.dart in the same dir as main.dart).From what I understood, when the access token expires, the interceptor leads to the returnAccessToken() function in the
Encryptedbox class, but it never happens, and when open the app after the access token expires, I have to log in again. Any Idea why?