getProxyEnable method

Future<bool> getProxyEnable()

Returns true if this platform is able to getProxyEnable.

Implementation

Future<bool> getProxyEnable() {
  throw UnimplementedError('getProxyEnable() has not been implemented.');
}