Constructor
new AthomStorageAdapter()
Methods
-
async get() → {object}
-
This function should return the stored object or null
Returns:
object -
async set(value) → {object}
-
This function should update the stored object
Parameters:
Name Type Description value
object the new value Returns:
object