Config Manager
constructor(context: Context, storeManager: StoreManager, entitlements: Entitlements, storage: Storage, network: SuperwallAPI, deviceHelper: DeviceHelper, options: SuperwallOptions, paywallManager: PaywallManager, webPaywallRedeemer: () -> WebPaywallRedeemer, factory: ConfigManager.Factory, assignments: Assignments, paywallPreload: PaywallPreload, ioScope: IOScope, tracker: suspend (TrackableSuperwallEvent) -> Unit, testMode: TestMode? = null, identityManager: () -> IdentityManager? = null, setSubscriptionStatus: (SubscriptionStatus) -> Unit? = null, awaitUtilNetwork: suspend () -> Unit = {
context.awaitUntilNetworkExists()
}, activateTestMode: suspend (Config, Boolean) -> Unit = { _, _ -> }, actor: StateActor<ConfigContext, ConfigState>)(source)