Package-level declarations

Types

Link copied to clipboard
class StateRegistry(userStateFlow: StateFlow<User?>, latestUsers: StateFlow<Map<String, User>>, job: Job, scope: CoroutineScope)

Registry of all state objects exposed in the offline plugin. This class should have only one instance for the SDK.