static setItem(key, value, callback?)
Sets value
for key
and calls callback
on completion, along with an Error
if there is any. Returns a Promise
object.
static setItem(key, value, callback?)
Sets value
for key
and calls callback
on completion, along with an Error
if there is any. Returns a Promise
object.
Please login to continue.