clientId property

String? clientId

Returns the id of the client that the current service worker is controlling.

Implementation

String? get clientId => _getProperty(_delegate, 'clientId');