Class

device/storage/File

device/storage/File()

Constructor

# new device/storage/File()

To provide the File storage

Extends

Methods

# protected clear()

To clear the local storage

# get(key) → {String}

to get the variable

Parameters:
Name Type Description
key String

value

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