Class

device/storage/Remote

device/storage/Remote()

Constructor

# new device/storage/Remote()

To provide Remote storage

Extends

Methods

# protected clear()

To clear the local storage

# get(key) → {String}

to get the variable

Parameters:
Name Type Description
key String

values

String

# set(key, value)

to set the variable

Parameters:
Name Type Description
key String
value String

# unset(key)

to unset the variable

Parameters:
Name Type Description
key String