disable method

Future<void> disable()

Implementation

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