domStorage property
DOMStorageApi
get
domStorage
Query and modify DOM storage.
Implementation
DOMStorageApi get domStorage => _domStorage ??= DOMStorageApi(client);
Query and modify DOM storage.
DOMStorageApi get domStorage => _domStorage ??= DOMStorageApi(client);