Storage removeItem method

removeItem(
  key: string
): void;

Removes the key-value pair with the given key, if a key-value pair with the given key exists.

Examples

GameSnacks.storage.removeItem('starsEarned');