stopProxy method

Future<void> stopProxy()

Implementation

Future<void> stopProxy() async {
  final err = _stopProxy();
  _checkError(err, 'STOP_PROXY_FAILED');
}