Storage has the following method:
Method | Description |
---|
get(path) | Returns value of a specified storage variable. |
set(value) | Replaces value of a specified storage variable. |
update(path, value) | Updates specified storage variable by provided path with specified value. |