JSLocalStorageExt extension
Methods
-
getItem(
String key) → String? -
Available on JSLocalStorage, provided by the JSLocalStorageExt extension
-
removeItem(
String key) → void -
Available on JSLocalStorage, provided by the JSLocalStorageExt extension
-
setItem(
String key, String value) → void -
Available on JSLocalStorage, provided by the JSLocalStorageExt extension