registration property

Contains the ServiceWorkerRegistration object that represents the service worker's registration.

Implementation

ServiceWorkerRegistration get registration =>
    _registration ??
    ServiceWorkerRegistration._(_getProperty(_delegate, 'registration'));