Constructor # new device/storage/File() To provide the File storage Extends interfaces/Storage Methods # protected clear() To clear the local storage # get(key) → {String} to get the variable Parameters: Name Type Description key String Returns: value Type: 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