webStorage property

WebStorage webStorage

Provides access to the JavaScript Web Storage API: window.sessionStorage and window.localStorage.

Implementation

WebStorage get webStorage =>
    WebStorage.fromPlatform(platform: platform.webStorage);