register
Registers a description and preforms the necessary setup to use the type of this class.
open suspend fun register(vararg descriptions: DataDescription<out Any, out Any>): <Error class: unknown class>
open suspend fun register(descriptions: Iterable<DataDescription<out Any, out Any>>): <Error class: unknown class>
Registers the descriptions and preforms the necessary setup to use the type of these classes.