applySystemProxyIfAvailable method

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

Implementation

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