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