getState

abstract fun <C : StateEventContent> getState(roomId: RoomId, stateKey: String = "", eventContentClass: KClass<C>): Flow<Event<C>?>