LocalStorage
Index
Methods
publicstaticclear
publicstaticdelete
Deletes the specified key from the local storage.
publicstaticdeleteAll
Deletes all keys from the local storage.
publicstaticget
Gets the value from the specified key in the local storage.
publicstatichas
publicstaticsave
Saves the changes to the disk.
publicstaticset
Sets the specified key to the specified value in the local storage.
Alias for deleteAll.