스토리지의 removeItem 메서드

removeItem(
  key: string
): void;

주어진 키에 키-값 쌍이 있는 경우 해당 키-값 쌍을 삭제합니다.

예시

GameSnacks.storage.removeItem('starsEarned');