removeData
Removes the data associated with a particular key.
Declaration
void removeData(
in String key
);Parameters
- key:
The key for the data to be removed.
Removes the data associated with a particular key.
void removeData(
in String key
);The key for the data to be removed.