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