storage top-level property
dynamic
get
storage
This Web Storage API interface provides access to a particular domain's session or local storage. It allows, for example, the addition, modification, or deletion of stored data items.
Implementation
_i2.dynamic get storage => _i4.getProperty(
_self,
'Storage',
);