DataStoreEdit Enumeration Reference
public enum DataStoreEdit
A data store edit for a specific key
-
Removes the data store item at the given key.
Declaration
Swift
case remove(key: String)
public enum DataStoreEdit
A data store edit for a specific key
Removes the data store item at the given key.
Swift
case remove(key: String)