controller property
ServiceWorker?
get
controller
Returns a ServiceWorker object if its state is activated (the same object returned by ServiceWorkerRegistration.active). This property returns null if the request is a force refresh (Shift + refresh) or if there is no active worker.
Implementation
ServiceWorker? get controller =>
ServiceWorker._fromDelegate(_getProperty(_delegate, 'controller'));