clearCustomData(_:)
Removes key from the custom data dictionary.
Declaration
func clearCustomData(_ key: String)Parameters
- key:
The dictionary key to clear.
Removes key from the custom data dictionary.
func clearCustomData(_ key: String)The dictionary key to clear.