shutdown method
void
shutdown()
Clear every lifetime-scoped endpoint, credential, and auth callback.
Implementation
void shutdown() {
_configurationGeneration++;
_baseURL = '';
_apiKey = '';
_environment = SDKEnvironment.SDK_ENVIRONMENT_PRODUCTION;
_accessToken = null;
_timeoutMs = defaultTimeoutMs;
_supabaseURL = '';
_supabaseKey = '';
_tokenResolver = null;
_refreshTokenCallback = null;
}