Package-level declarations
Types
Link copied to clipboard
Actions for controlling DevTools connection at runtime.
Link copied to clipboard
class DevToolsLogic(storeAccessor: StoreAccessor, config: DevToolsConfig, sessionCapture: SessionCapture? = null) : ModuleLogic
Logic class for managing DevTools connection lifecycle.
Link copied to clipboard
class DevToolsModule(config: DevToolsConfig, scope: CoroutineScope, sessionCapture: SessionCapture? = null) : ModuleWithLogic<DevToolsState, DevToolsAction, DevToolsLogic>
Module for DevTools connection management.
Link copied to clipboard
@Serializable
State representing the current DevTools connection status.