localStorage property - Window class - dart:html library (original) (raw)
Storage getlocalStorage
Storage for this window that persists across sessions.
Other resources
- DOM storage guidefrom MDN.
- The past, present & future of local storage for web applications from Dive Into HTML5.
- Local storage specificationfrom W3C.
Implementation
Storage get localStorage native;