webStorage property
Provides access to the JavaScript Web Storage API: window.sessionStorage
and window.localStorage
.
Implementation
@override
late WebPlatformWebStorage webStorage;
Provides access to the JavaScript Web Storage API: window.sessionStorage
and window.localStorage
.
@override
late WebPlatformWebStorage webStorage;