stop

abstract suspend fun stop(wait: Boolean = false)

Stop the MatrixClient and its CoroutineScope. It should be called to clean up all resources used by MatrixClient (including databases).

After calling this, this instance should not be used anymore!