localstorage
localstorage
LocalStorage
clear method
clear
LocalStorage class
Constructors
LocalStorage
Properties
onError
ready
hashCode
runtimeType
Methods
clear
deleteItem
getItem
setItem
noSuchMethod
toString
Operators
operator ==
clear method
dynamic
clear
(
)
Removes all items from localstorage
Implementation
clear() { _data.clear(); return _flush(); }