synchronize abstract method
synchronize is used to ensure that the authObject is correctly synced. Call and await this once in the app lifetime to ensure correct value from isAuthenticated and authObject
Implementation
Future synchronize();
synchronize is used to ensure that the authObject is correctly synced. Call and await this once in the app lifetime to ensure correct value from isAuthenticated and authObject
Future synchronize();