เมธอด getItem ของพื้นที่เก็บข้อมูล

getItem(
  key: string
): string | null;

แสดงค่าปัจจุบันที่เชื่อมโยงกับคีย์ที่ระบุ หรือค่าว่าง หากกำหนด ไม่มีคีย์

ตัวอย่าง

let starsEarned = Number(GameSnacks.storage.getItem('starsEarned'));