commonMain.dev.icerock.moko.web3.websockets.Logger.kt Maven / Gradle / Ivy
/*
* Copyright 2021 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license.
*/
package dev.icerock.moko.web3.websockets
import io.ktor.client.engine.HttpClientEngine
expect fun log(message: String)
expect fun createHttpClientEngine(): HttpClientEngine
© 2015 - 2025 Weber Informatics LLC | Privacy Policy