ServerSetupIntentProcessor
constructor(router: ServerSetupRouter, linksProvider: LinksProvider, currentState: () -> ServerSetupState, updateState: ((ServerSetupState) -> ServerSetupState) -> Unit, emitEffect: (ServerSetupEffect) -> Unit, localModelDownloadClickReducer: (ServerSetupState.LocalModel) -> Unit, deleteLocalModel: (String) -> Unit, download: (String, String) -> Unit, validateAndConnectToServer: () -> Unit, connectToServer: () -> Unit)(source)