stateDispatcher

open override var stateDispatcher: CoroutineDispatcher

The coroutine context used for managing the state updates within the chat client. This context allows for controlling concurrency and dispatching tasks related to state management.