getItem(key)
Returns an item.
Arguments
Returns
Example
// `item` will be either an object or undefined - depending if item exists or not
const item = adapter.getItem('key');Last updated
Returns an item.
// `item` will be either an object or undefined - depending if item exists or not
const item = adapter.getItem('key');Last updated