domStorage property

DOMStorageApi get domStorage

Query and modify DOM storage.

Implementation

DOMStorageApi get domStorage => _domStorage ??= DOMStorageApi(client);