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