sessionStorage property

SessionStorage get sessionStorage

Represents window.sessionStorage.

Officially Supported Platforms/Implementations:

  • Android WebView
  • iOS WKWebView
  • macOS WKWebView
  • Web <iframe> but requires same origin
  • Windows WebView2
  • Linux WPE WebKit

Use the PlatformWebStorage.isPropertySupported method to check if this property is supported at runtime.

Implementation

SessionStorage get sessionStorage =>
    SessionStorage.fromPlatform(platform: platform.sessionStorage);