clearProxy method

Future<void> clearProxy()

清除代理设置

Implementation

Future<void> clearProxy() async {
  await setProxy('', false);
}