startWorker method

Future<void> startWorker(
  1. String scopeURL
)

Implementation

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