cloudKey

inline fun <T : Any> cloudKey(name: String): CloudKey<T>

Creates a new key with the given name.

Return

the created key

Parameters

T

the type of the key

name

the name of the key