SESSION_STORAGE constant

WebStorageType const SESSION_STORAGE

window.sessionStorage: maintains a separate storage area for each given origin that's available for the duration of the page session (as long as the browser is open, including page reloads and restores).

Implementation

static const SESSION_STORAGE =
    const WebStorageType._internal("sessionStorage");