LOCAL_STORAGE constant

WebStorageType const LOCAL_STORAGE

window.localStorage: same as SESSION_STORAGE, but persists even when the browser is closed and reopened.

Implementation

static const LOCAL_STORAGE =
    WebStorageType._internal('localStorage', 'localStorage');