clients property

Contains the Clients object associated with the service worker.

Implementation

ServiceWorkerClients get clients =>
    _clients ??= ServiceWorkerClients._(_getProperty(_delegate, 'clients'));