Storage.getItem - Web documentation
method Storage.getItem

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

key: string

Return Type

string | null