stopAllWorkers method

Future<void> stopAllWorkers()

Implementation

Future<void> stopAllWorkers() async {
  await _client.send('ServiceWorker.stopAllWorkers');
}