Storage

Storage for applications to store and manipulate data.

Add

app.storage('key', 'value')

Get

app.storage('key')

Remove

app.storage('key', null)

Clear

app.storage(null)