webStorage property
WebStorage
get
webStorage
Provides access to the JavaScript Web Storage API: window.sessionStorage
and window.localStorage
.
Implementation
WebStorage get webStorage =>
WebStorage.fromPlatform(platform: platform.webStorage);