state property
String?
get
state
Returns the state of the service worker. It returns one of the following values: installing, installed, activating, activated, or redundant.
Implementation
String? get state => _getProperty(_delegate, 'state');