getByStateKey

fun <C : StateEventContent> getByStateKey(roomId: RoomId, stateKey: String, eventContentClass: KClass<C>): Flow<Event<C>?>