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