stop

open suspend override fun stop(wait: Boolean)

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!