updateSubscriptionData

abstract fun <T> updateSubscriptionData(id: SubscriptionId<T>, edit: T.() -> T)

Updates the data of the SubscriptionKey associated with the id.