cleanSystemProxy method

  1. @override
Future<void> cleanSystemProxy()
override

unset system proxy base

Implementation

@override
Future<void> cleanSystemProxy() async {
  await methodChannel.invokeMethod('cleanSystemProxy');
}