static getItem(key, callback?)
Fetches key
and passes the result to callback
, along with an Error
if there is any. Returns a Promise
object.
static getItem(key, callback?)
Fetches key
and passes the result to callback
, along with an Error
if there is any. Returns a Promise
object.
Please login to continue.