📄️ SDK API Overview
After AzeooSDK.initialize(...) then connectUser(...), use the SDK instance to access user, theme, navigation, and modules.nutrition.
📄️ SDK entry point (init and connect)
Use AzeooSDK.initialize(...) to create the SDK instance, then connectUser(tokenheightcompletion:) to attach a user.
📄️ User API
Access via AzeooSDK.shared.user (or your SDK instance) after connectUser(...).
📄️ Theme and modules
After connectUser(...), use sdk.theme for theming and sdk.modules.nutrition for UI.