localStorage.getItem
Returns the current value of local storage key.
Syntax
ui.Interface.frontCall("localStorage", "getItem",
   [key], [value])- key is the name of the local storage key.
- value is the current value of the named key.
Usage
The getItem function returns the value of the specified
 local storage key.