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