menu
puppeteer package
documentation
protocol/service_worker.dart
ServiceWorkerApi
stopAllWorkers method
stopAllWorkers method
dark_mode
light_mode
stopAllWorkers
method
Future
<
void
>
stopAllWorkers
(
)
Implementation
Future<void> stopAllWorkers() async { await _client.send('ServiceWorker.stopAllWorkers'); }
puppeteer package
documentation
protocol/service_worker
ServiceWorkerApi
stopAllWorkers method
ServiceWorkerApi class