connect

abstract suspend fun connect(url: String)

Connect to a remote server. To avoid creating an unresponsive UI, do not call on main thread.

Parameters

url

server url

Throws

if connection has failed or configuration has failed