Contents

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.

See Also

Modifying User Defaults