Future<void> inspectWorker(String versionId) async { await _client.send('ServiceWorker.inspectWorker', { 'versionId': versionId, }); }