webStorage property
PlatformWebStorage
get
webStorage
Provides access to the JavaScript Web Storage API: window.sessionStorage and window.localStorage.
Implementation
PlatformWebStorage get webStorage => throw UnimplementedError(
'webStorage is not implemented on the current platform');