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 = const WebStorageType._internal("localStorage");