method Storage.getItem
Jump to headingStorage.getItem(key: string): string | null
Returns the current value associated with the given key, or null if the given key does not exist in the list associated with the object.
Parameters Jump to heading
Jump to headingkey: string
Return Type Jump to heading
string | null